#82CA91

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

Shades of De York #82CA91

Tints of De York #82CA91

Color information

#82CA91 (or 0x82CA91) is unknown color: approx De York. HEX triplet: 82, CA and 91. RGB value is (130,202,145). Sum of RGB (Red+Green+Blue) = 130+202+145=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA91 is #7D356E. Grayscale: #AEAEAE. Windows color (decimal): -8205679 or 9554562. OLE color: 9554562.

HSL color Cylindrical-coordinate representation of color #82CA91: hue angle of 132.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA91 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB130202145-
CMYK0.3600.280.21
HSL132.5º40.45%65.1%-
HSV(B)132.5º35.64%79.22%-
XYZ35.4449.0334.38-
YUV173.97111.6596.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=27.25%
G=42.35%
B=30.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021450.3600.280.21132.540.4565.1
Hex82CA912401C15842841
Octal202312221440342520450101
Binary10000010110010101001000110010001110010101100001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,145); }

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

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

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

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

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

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

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