#82CA87

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

Shades of De York #82CA87

Tints of De York #82CA87

Color information

#82CA87 (or 0x82CA87) is unknown color: approx De York. HEX triplet: 82, CA and 87. RGB value is (130,202,135). Sum of RGB (Red+Green+Blue) = 130+202+135=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA87 is #7D3578. Grayscale: #ADADAD. Windows color (decimal): -8205689 or 8899202. OLE color: 8899202.

HSL color Cylindrical-coordinate representation of color #82CA87: hue angle of 124.17º 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 #82CA87 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB130202135-
CMYK0.3600.330.21
HSL124.17º40.45%65.1%-
HSV(B)124.17º35.64%79.22%-
XYZ34.748.7430.5-
YUV172.83106.6597.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=27.84%
G=43.25%
B=28.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021350.3600.330.21124.1740.4565.1
Hex82CA8724021157c2841
Octal202312207440412517450101
Binary10000010110010101000011110010001000011010111111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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