#82D089

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

Shades of De York #82D089

Tints of De York #82D089

Color information

#82D089 (or 0x82D089) is unknown color: approx De York. HEX triplet: 82, D0 and 89. RGB value is (130,208,137). Sum of RGB (Red+Green+Blue) = 130+208+137=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #82D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D089 is #7D2F76. Grayscale: #B0B0B0. Windows color (decimal): -8204151 or 9031810. OLE color: 9031810.

HSL color Cylindrical-coordinate representation of color #82D089: hue angle of 125.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D089 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB130208137-
CMYK0.3800.340.18
HSL125.38º45.35%66.27%-
HSV(B)125.38º37.5%81.57%-
XYZ36.2851.6631.73-
YUV176.58105.6694.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=27.37%
G=43.79%
B=28.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081370.3800.340.18125.3845.3566.27
Hex82D08926022127d2d42
Octal202320211460422217555102
Binary10000010110100001000100110011001000101001011111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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