#82C776

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

Shades of De York #82C776

Tints of De York #82C776

Color information

#82C776 (or 0x82C776) is unknown color: approx De York. HEX triplet: 82, C7 and 76. RGB value is (130,199,118). Sum of RGB (Red+Green+Blue) = 130+199+118=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #82C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C776 is #7D3889. Grayscale: #A9A9A9. Windows color (decimal): -8206474 or 7784322. OLE color: 7784322.

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

Color convert

RGB130199118-
CMYK0.3500.410.22
HSL111.11º41.97%62.16%-
HSV(B)111.11º40.7%78.04%-
XYZ32.946.924.46-
YUV169.1499.14100.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=29.08%
G=44.52%
B=26.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301991180.3500.410.22111.1141.9762.16
Hex82C77623029166f2a3e
Octal20230716643051261575276
Binary100000101100011111101101000110101001101101101111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,199,118); }

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

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

 a { background-color: rgb(130,199,118); }

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

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

 span { border-color: rgb(130,199,118); }

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