#82DC92

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

Shades of De York #82DC92

Tints of De York #82DC92

Color information

#82DC92 (or 0x82DC92) is unknown color: approx De York. HEX triplet: 82, DC and 92. RGB value is (130,220,146). Sum of RGB (Red+Green+Blue) = 130+220+146=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC92 is #7D236D. Grayscale: #B8B8B8. Windows color (decimal): -8201070 or 9624706. OLE color: 9624706.

HSL color Cylindrical-coordinate representation of color #82DC92: hue angle of 130.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC92 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB130220146-
CMYK0.4100.340.14
HSL130.67º56.25%68.63%-
HSV(B)130.67º40.91%86.27%-
XYZ39.9958.0136.28-
YUV184.65106.1889.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=26.21%
G=44.35%
B=29.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201460.4100.340.14130.6756.2568.63
Hex82DC9229022E833845
Octal202334222510421620370105
Binary10000010110111001001001010100101000101110100000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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