#74DE80

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

Shades of Pastel Green #74DE80

Tints of Pastel Green #74DE80

Color information

#74DE80 (or 0x74DE80) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 80. RGB value is (116,222,128). Sum of RGB (Red+Green+Blue) = 116+222+128=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DE80 is #8B217F. Grayscale: #B3B3B3. Windows color (decimal): -9118080 or 8445556. OLE color: 8445556.

HSL color Cylindrical-coordinate representation of color #74DE80: hue angle of 126.79º 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 #74DE80 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB116222128-
CMYK0.4800.420.13
HSL126.79º61.63%66.27%-
HSV(B)126.79º47.75%87.06%-
XYZ37.2257.5129.56-
YUV179.5998.8882.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 222 (87.11% from 255) = 47.64%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=24.89%
G=47.64%
B=27.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221280.4800.420.13126.7961.6366.27
Hex74DE803002AD7f3e42
Octal164336200600521517776102
Binary111010011011110100000001100000101010110111111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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