#82D699

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

Shades of De York #82D699

Tints of De York #82D699

Color information

#82D699 (or 0x82D699) is unknown color: approx De York. HEX triplet: 82, D6 and 99. RGB value is (130,214,153). Sum of RGB (Red+Green+Blue) = 130+214+153=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #82D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D699 is #7D2966. Grayscale: #B6B6B6. Windows color (decimal): -8202599 or 10081922. OLE color: 10081922.

HSL color Cylindrical-coordinate representation of color #82D699: hue angle of 136.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D699 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB130214153-
CMYK0.3900.290.16
HSL136.43º50.6%67.45%-
HSV(B)136.43º39.25%83.92%-
XYZ3955.1438.72-
YUV181.93111.6790.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=26.16%
G=43.06%
B=30.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141530.3900.290.16136.4350.667.45
Hex82D6992701D10883343
Octal202326231470352021063103
Binary10000010110101101001100110011101110110000100010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,214,153); }

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

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

 a { background-color: rgb(130,214,153); }

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

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

 span { border-color: rgb(130,214,153); }

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