#82D495

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

Shades of De York #82D495

Tints of De York #82D495

Color information

#82D495 (or 0x82D495) is unknown color: approx De York. HEX triplet: 82, D4 and 95. RGB value is (130,212,149). Sum of RGB (Red+Green+Blue) = 130+212+149=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #82D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D495 is #7D2B6A. Grayscale: #B4B4B4. Windows color (decimal): -8203115 or 9819266. OLE color: 9819266.

HSL color Cylindrical-coordinate representation of color #82D495: hue angle of 133.9º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D495 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB130212149-
CMYK0.3900.300.17
HSL133.9º48.81%67.06%-
HSV(B)133.9º38.68%83.14%-
XYZ38.175436.85-
YUV180.3110.3392.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=26.48%
G=43.18%
B=30.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121490.3900.300.17133.948.8167.06
Hex82D4952701E11863143
Octal202324225470362120661103
Binary10000010110101001001010110011101111010001100001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,212,149); }

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

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

 a { background-color: rgb(130,212,149); }

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

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

 span { border-color: rgb(130,212,149); }

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