#82C979

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

Shades of De York #82C979

Tints of De York #82C979

Color information

#82C979 (or 0x82C979) is unknown color: approx De York. HEX triplet: 82, C9 and 79. RGB value is (130,201,121). Sum of RGB (Red+Green+Blue) = 130+201+121=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #82C979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C979 is #7D3686. Grayscale: #AAAAAA. Windows color (decimal): -8205959 or 7981442. OLE color: 7981442.

HSL color Cylindrical-coordinate representation of color #82C979: hue angle of 113.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82C979 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB130201121-
CMYK0.3500.400.21
HSL113.25º42.55%63.14%-
HSV(B)113.25º39.8%78.82%-
XYZ33.5447.925.57-
YUV170.6599.9899-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 201 (78.91% from 255) = 44.47%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=28.76%
G=44.47%
B=26.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302011210.3500.400.21113.2542.5563.14
Hex82C9792302815712b3f
Octal20231117143050251615377
Binary100000101100100111110011000110101000101011110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,121); }

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

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

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

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

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

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

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