#82D988

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

Shades of De York #82D988

Tints of De York #82D988

Color information

#82D988 (or 0x82D988) is unknown color: approx De York. HEX triplet: 82, D9 and 88. RGB value is (130,217,136). Sum of RGB (Red+Green+Blue) = 130+217+136=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #82D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D988 is #7D2677. Grayscale: #B5B5B5. Windows color (decimal): -8201848 or 8968578. OLE color: 8968578.

HSL color Cylindrical-coordinate representation of color #82D988: hue angle of 124.14º degrees, saturation: 0.53, 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 #82D988 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB130217136-
CMYK0.4000.370.15
HSL124.14º53.37%68.04%-
HSV(B)124.14º40.09%85.1%-
XYZ38.4656.1532.1-
YUV181.75102.1891.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=26.92%
G=44.93%
B=28.16%

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
Decimal1302171360.4000.370.15124.1453.3768.04
Hex82D98828025F7c3544
Octal202331210500451717465104
Binary1000001011011001100010001010000100101111111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,217,136); }

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

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

 a { background-color: rgb(130,217,136); }

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

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

 span { border-color: rgb(130,217,136); }

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