#82D882

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

Shades of De York #82D882

Tints of De York #82D882

Color information

#82D882 (or 0x82D882) is unknown color: approx De York. HEX triplet: 82, D8 and 82. RGB value is (130,216,130). Sum of RGB (Red+Green+Blue) = 130+216+130=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #82D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D882 is #7D277D. Grayscale: #B4B4B4. Windows color (decimal): -8202110 or 8575106. OLE color: 8575106.

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

Color convert

RGB130216130-
CMYK0.4000.400.15
HSL120º52.44%67.84%-
HSV(B)120º39.81%84.71%-
XYZ37.7955.4729.83-
YUV180.4899.5191.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 216 (84.77% from 255) = 45.38%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=27.31%
G=45.38%
B=27.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161300.4000.400.1512052.4467.84
Hex82D88228028F783444
Octal202330202500501717064104
Binary1000001011011000100000101010000101000111111110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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