#80D483

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

Shades of De York #80D483

Tints of De York #80D483

Color information

#80D483 (or 0x80D483) is unknown color: approx De York. HEX triplet: 80, D4 and 83. RGB value is (128,212,131). Sum of RGB (Red+Green+Blue) = 128+212+131=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #80D483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D483 is #7F2B7C. Grayscale: #B1B1B1. Windows color (decimal): -8334205 or 8639616. OLE color: 8639616.

HSL color Cylindrical-coordinate representation of color #80D483: hue angle of 122.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D483 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB128212131-
CMYK0.4000.380.17
HSL122.14º49.41%66.67%-
HSV(B)122.14º39.62%83.14%-
XYZ36.5453.3129.84-
YUV177.65101.6792.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 212 (83.20% from 255) = 45.01%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=27.18%
G=45.01%
B=27.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121310.4000.380.17122.1449.4166.67
Hex80D48328026117a3143
Octal200324203500462117261103
Binary10000000110101001000001110100001001101000111110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,131); }

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

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

 a { background-color: rgb(128,212,131); }

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

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

 span { border-color: rgb(128,212,131); }

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