#82D892

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

Shades of De York #82D892

Tints of De York #82D892

Color information

#82D892 (or 0x82D892) is unknown color: approx De York. HEX triplet: 82, D8 and 92. RGB value is (130,216,146). Sum of RGB (Red+Green+Blue) = 130+216+146=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #82D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D892 is #7D276D. Grayscale: #B6B6B6. Windows color (decimal): -8202094 or 9623682. OLE color: 9623682.

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

Color convert

RGB130216146-
CMYK0.4000.320.15
HSL131.16º52.44%67.84%-
HSV(B)131.16º39.81%84.71%-
XYZ38.9555.9335.94-
YUV182.31107.5190.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=26.42%
G=43.90%
B=29.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161460.4000.320.15131.1652.4467.84
Hex82D89228020F833444
Octal202330222500401720364104
Binary10000010110110001001001010100001000001111100000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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