#82D198

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

Shades of De York #82D198

Tints of De York #82D198

Color information

#82D198 (or 0x82D198) is unknown color: approx De York. HEX triplet: 82, D1 and 98. RGB value is (130,209,152). Sum of RGB (Red+Green+Blue) = 130+209+152=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #82D198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D198 is #7D2E67. Grayscale: #B3B3B3. Windows color (decimal): -8203880 or 10015106. OLE color: 10015106.

HSL color Cylindrical-coordinate representation of color #82D198: hue angle of 136.71º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D198 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB130209152-
CMYK0.3800.270.18
HSL136.71º46.2%66.47%-
HSV(B)136.71º37.8%81.96%-
XYZ37.6752.6137.88-
YUV178.88112.8393.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=26.48%
G=42.57%
B=30.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091520.3800.270.18136.7146.266.47
Hex82D1982601B12892e42
Octal202321230460332221156102
Binary10000010110100011001100010011001101110010100010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,152); }

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

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

 a { background-color: rgb(130,209,152); }

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

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

 span { border-color: rgb(130,209,152); }

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