#82BF79

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

Shades of De York #82BF79

Tints of De York #82BF79

Color information

#82BF79 (or 0x82BF79) is unknown color: approx De York. HEX triplet: 82, BF and 79. RGB value is (130,191,121). Sum of RGB (Red+Green+Blue) = 130+191+121=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF79 is #7D4086. Grayscale: #A5A5A5. Windows color (decimal): -8208519 or 7978882. OLE color: 7978882.

HSL color Cylindrical-coordinate representation of color #82BF79: hue angle of 112.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BF79 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB130191121-
CMYK0.3200.370.25
HSL112.29º35.35%61.18%-
HSV(B)112.29º36.65%74.9%-
XYZ31.2943.3924.81-
YUV164.78103.29103.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=29.41%
G=43.21%
B=27.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911210.3200.370.25112.2935.3561.18
Hex82BF79200251970233d
Octal20227717140045311604375
Binary100000101011111111110011000000100101110011110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,191,121); }

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

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

 a { background-color: rgb(130,191,121); }

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

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

 span { border-color: rgb(130,191,121); }

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