#82D889

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

Shades of De York #82D889

Tints of De York #82D889

Color information

#82D889 (or 0x82D889) is unknown color: approx De York. HEX triplet: 82, D8 and 89. RGB value is (130,216,137). Sum of RGB (Red+Green+Blue) = 130+216+137=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #82D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D889 is #7D2776. Grayscale: #B5B5B5. Windows color (decimal): -8202103 or 9033858. OLE color: 9033858.

HSL color Cylindrical-coordinate representation of color #82D889: hue angle of 124.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D889 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB130216137-
CMYK0.4000.370.15
HSL124.88º52.44%67.84%-
HSV(B)124.88º39.81%84.71%-
XYZ38.2855.6632.39-
YUV181.28103.0191.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=26.92%
G=44.72%
B=28.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161370.4000.370.15124.8852.4467.84
Hex82D88928025F7d3444
Octal202330211500451717564104
Binary1000001011011000100010011010000100101111111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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