#80D399

Color #80D399 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #80D399

Tints of De York #80D399

Color information

#80D399 (or 0x80D399) is unknown color: approx De York. HEX triplet: 80, D3 and 99. RGB value is (128,211,153). Sum of RGB (Red+Green+Blue) = 128+211+153=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #80D399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D399 is #7F2C66. Grayscale: #B3B3B3. Windows color (decimal): -8334439 or 10081152. OLE color: 10081152.

HSL color Cylindrical-coordinate representation of color #80D399: hue angle of 138.07º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D399 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB128211153-
CMYK0.3900.270.17
HSL138.07º48.54%66.47%-
HSV(B)138.07º39.34%82.75%-
XYZ37.9553.4838.46-
YUV179.5711391.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 211 (82.81% from 255) = 42.89%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=26.02%
G=42.89%
B=31.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111530.3900.270.17138.0748.5466.47
Hex80D3992701B118a3142
Octal200323231470332121261102
Binary10000000110100111001100110011101101110001100010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80D399; }

 p { color: rgb(128,211,153); }

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

<style>
 a { background-color: #80D399; }

 a { background-color: rgb(128,211,153); }

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

<style>
 span { border-color: #80D399; }

 span { border-color: rgb(128,211,153); }

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