#82C877

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

Shades of De York #82C877

Tints of De York #82C877

Color information

#82C877 (or 0x82C877) is unknown color: approx De York. HEX triplet: 82, C8 and 77. RGB value is (130,200,119). Sum of RGB (Red+Green+Blue) = 130+200+119=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #82C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C877 is #7D3788. Grayscale: #AAAAAA. Windows color (decimal): -8206217 or 7850114. OLE color: 7850114.

HSL color Cylindrical-coordinate representation of color #82C877: hue angle of 111.85º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C877 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB130200119-
CMYK0.3500.400.22
HSL111.85º42.41%62.55%-
HSV(B)111.85º40.5%78.43%-
XYZ33.1947.3924.85-
YUV169.8499.3199.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 200 (78.52% from 255) = 44.54%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=28.95%
G=44.54%
B=26.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1302001190.3500.400.22111.8542.4162.55
Hex82C8772302816702a3f
Octal20231016743050261605277
Binary100000101100100011101111000110101000101101110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,200,119); }

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

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

 a { background-color: rgb(130,200,119); }

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

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

 span { border-color: rgb(130,200,119); }

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