#82c97c

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

Shades of De York #82C97C

Tints of De York #82C97C

Color information

#82C97C (or 0x82C97C) is unknown color: approx De York. HEX triplet: 82, C9 and 7C. RGB value is (130,201,124). Sum of RGB (Red+Green+Blue) = 130+201+124=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #82C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C97C is #7D3683. Grayscale: #ABABAB. Windows color (decimal): -8205956 or 8178050. OLE color: 8178050.

HSL color Cylindrical-coordinate representation of color #82C97C: hue angle of 115.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82C97C is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB130201124-
CMYK0.3500.380.21
HSL115.32º41.62%63.73%-
HSV(B)115.32º38.31%78.82%-
XYZ33.7347.9726.55-
YUV170.99101.4898.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=28.57%
G=44.18%
B=27.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302011240.3500.380.21115.3241.6263.73
Hex82C97C2302615732a40
Octal202311174430462516352100
Binary1000001011001001111110010001101001101010111100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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