#82D794

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

Shades of De York #82D794

Tints of De York #82D794

Color information

#82D794 (or 0x82D794) is unknown color: approx De York. HEX triplet: 82, D7 and 94. RGB value is (130,215,148). Sum of RGB (Red+Green+Blue) = 130+215+148=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #82D794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D794 is #7D286B. Grayscale: #B6B6B6. Windows color (decimal): -8202348 or 9754498. OLE color: 9754498.

HSL color Cylindrical-coordinate representation of color #82D794: hue angle of 132.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D794 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB130215148-
CMYK0.4000.310.16
HSL132.71º51.52%67.65%-
HSV(B)132.71º39.53%84.31%-
XYZ38.8555.4836.68-
YUV181.95108.8490.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=26.37%
G=43.61%
B=30.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151480.4000.310.16132.7151.5267.65
Hex82D7942801F10853444
Octal202327224500372020564104
Binary10000010110101111001010010100001111110000100001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,148); }

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

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

 a { background-color: rgb(130,215,148); }

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

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

 span { border-color: rgb(130,215,148); }

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