#82DF89

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

Shades of De York #82DF89

Tints of De York #82DF89

Color information

#82DF89 (or 0x82DF89) is unknown color: approx De York. HEX triplet: 82, DF and 89. RGB value is (130,223,137). Sum of RGB (Red+Green+Blue) = 130+223+137=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF89 is #7D2076. Grayscale: #B9B9B9. Windows color (decimal): -8200311 or 9035650. OLE color: 9035650.

HSL color Cylindrical-coordinate representation of color #82DF89: hue angle of 124.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF89 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB130223137-
CMYK0.4200.390.13
HSL124.52º59.24%69.22%-
HSV(B)124.52º41.7%87.45%-
XYZ40.1159.3333-
YUV185.39100.6988.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=26.53%
G=45.51%
B=27.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231370.4200.390.13124.5259.2469.22
Hex82DF892A027D7d3b45
Octal202337211520471517573105
Binary1000001011011111100010011010100100111110111111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82DF89; }

 p { color: rgb(130,223,137); }

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

<style>
 a { background-color: #82DF89; }

 a { background-color: rgb(130,223,137); }

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

<style>
 span { border-color: #82DF89; }

 span { border-color: rgb(130,223,137); }

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