#74DE76

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

Shades of Pastel Green #74DE76

Tints of Pastel Green #74DE76

Color information

#74DE76 (or 0x74DE76) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 76. RGB value is (116,222,118). Sum of RGB (Red+Green+Blue) = 116+222+118=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE76 is #8B2189. Grayscale: #B2B2B2. Windows color (decimal): -9118090 or 7790196. OLE color: 7790196.

HSL color Cylindrical-coordinate representation of color #74DE76: hue angle of 121.13º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DE76 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB116222118-
CMYK0.4800.470.13
HSL121.13º61.63%66.27%-
HSV(B)121.13º47.75%87.06%-
XYZ36.5957.2626.26-
YUV178.4593.8883.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 222 (87.11% from 255) = 48.68%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=25.44%
G=48.68%
B=25.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221180.4800.470.13121.1361.6366.27
Hex74DE763002FD793e42
Octal164336166600571517176102
Binary11101001101111011101101100000101111110111110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,118); }

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

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

 a { background-color: rgb(116,222,118); }

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

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

 span { border-color: rgb(116,222,118); }

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