#82D888

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

Shades of De York #82D888

Tints of De York #82D888

Color information

#82D888 (or 0x82D888) is unknown color: approx De York. HEX triplet: 82, D8 and 88. RGB value is (130,216,136). Sum of RGB (Red+Green+Blue) = 130+216+136=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #82D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D888 is #7D2777. Grayscale: #B5B5B5. Windows color (decimal): -8202104 or 8968322. OLE color: 8968322.

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

Color convert

RGB130216136-
CMYK0.4000.370.15
HSL124.19º52.44%67.84%-
HSV(B)124.19º39.81%84.71%-
XYZ38.2155.6432.02-
YUV181.17102.5191.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=26.97%
G=44.81%
B=28.22%

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
Decimal1302161360.4000.370.15124.1952.4467.84
Hex82D88828025F7c3444
Octal202330210500451717464104
Binary1000001011011000100010001010000100101111111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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