#82CA7D

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

Shades of De York #82CA7D

Tints of De York #82CA7D

Color information

#82CA7D (or 0x82CA7D) is unknown color: approx De York. HEX triplet: 82, CA and 7D. RGB value is (130,202,125). Sum of RGB (Red+Green+Blue) = 130+202+125=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA7D is #7D3582. Grayscale: #ABABAB. Windows color (decimal): -8205699 or 8243842. OLE color: 8243842.

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

Color convert

RGB130202125-
CMYK0.3600.380.21
HSL116.1º42.08%64.12%-
HSV(B)116.1º38.12%79.22%-
XYZ34.0348.4726.96-
YUV171.69101.6598.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=28.45%
G=44.20%
B=27.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021250.3600.380.21116.142.0864.12
Hex82CA7D2402615742a40
Octal202312175440462516452100
Binary1000001011001010111110110010001001101010111101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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