#80DD92

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

Shades of De York #80DD92

Tints of De York #80DD92

Color information

#80DD92 (or 0x80DD92) is unknown color: approx De York. HEX triplet: 80, DD and 92. RGB value is (128,221,146). Sum of RGB (Red+Green+Blue) = 128+221+146=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD92 is #7F226D. Grayscale: #B8B8B8. Windows color (decimal): -8331886 or 9624960. OLE color: 9624960.

HSL color Cylindrical-coordinate representation of color #80DD92: hue angle of 131.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD92 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB128221146-
CMYK0.4200.340.13
HSL131.61º57.76%68.43%-
HSV(B)131.61º42.08%86.67%-
XYZ39.9558.3836.36-
YUV184.64106.1987.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=25.86%
G=44.65%
B=29.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211460.4200.340.13131.6157.7668.43
Hex80DD922A022D843a44
Octal200335222520421520472104
Binary10000000110111011001001010101001000101101100001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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