#80D992

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

Shades of De York #80D992

Tints of De York #80D992

Color information

#80D992 (or 0x80D992) is unknown color: approx De York. HEX triplet: 80, D9 and 92. RGB value is (128,217,146). Sum of RGB (Red+Green+Blue) = 128+217+146=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #80D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D992 is #7F266D. Grayscale: #B6B6B6. Windows color (decimal): -8332910 or 9623936. OLE color: 9623936.

HSL color Cylindrical-coordinate representation of color #80D992: hue angle of 132.13º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D992 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB128217146-
CMYK0.4100.330.15
HSL132.13º53.94%67.65%-
HSV(B)132.13º41.01%85.1%-
XYZ38.956.2936.01-
YUV182.3107.5189.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=26.07%
G=44.20%
B=29.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171460.4100.330.15132.1353.9467.65
Hex80D99229021F843644
Octal200331222510411720466104
Binary10000000110110011001001010100101000011111100001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,146); }

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

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

 a { background-color: rgb(128,217,146); }

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

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

 span { border-color: rgb(128,217,146); }

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