#74E16E

Color #74E16E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #74E16E

Tints of Pastel Green #74E16E

Color information

#74E16E (or 0x74E16E) is unknown color: approx Pastel Green. HEX triplet: 74, E1 and 6E. RGB value is (116,225,110). Sum of RGB (Red+Green+Blue) = 116+225+110=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #74E16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E16E is #8B1E91. Grayscale: #B3B3B3. Windows color (decimal): -9117330 or 7266676. OLE color: 7266676.

HSL color Cylindrical-coordinate representation of color #74E16E: hue angle of 116.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74E16E is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB116225110-
CMYK0.4800.510.12
HSL116.87º65.71%65.69%-
HSV(B)116.87º51.11%88.24%-
XYZ36.9458.6924.13-
YUV179.388.8982.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=25.72%
G=49.89%
B=24.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162251100.4800.510.12116.8765.7165.69
Hex74E16E30033C754242
Octal1643411566006314165102102
Binary111010011100001110111011000001100111100111010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E16E; }

 p { color: rgb(116,225,110); }

 H1.HeaderClassName
 {
   color: #74E16E;
 }
 .AnyTagClassName
 {
   color: #74E16E;
 }
</style>
background-color css

<style>
 a { background-color: #74E16E; }

 a { background-color: rgb(116,225,110); }

 div.DivClassName
 {
   background-color: #74E16E;
 }
 .BgClassName
 {
   background-color: #74E16E;
 }
</style>
border-color css

<style>
 span { border-color: #74E16E; }

 span { border-color: rgb(116,225,110); }

 td.TdClassName
 {
   border-color: #74E16E;
 }
 .TagClassName
 {
   border-color: #74E16E;
 }
</style>