#82D493

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

Shades of De York #82D493

Tints of De York #82D493

Color information

#82D493 (or 0x82D493) is unknown color: approx De York. HEX triplet: 82, D4 and 93. RGB value is (130,212,147). Sum of RGB (Red+Green+Blue) = 130+212+147=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #82D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D493 is #7D2B6C. Grayscale: #B4B4B4. Windows color (decimal): -8203117 or 9688194. OLE color: 9688194.

HSL color Cylindrical-coordinate representation of color #82D493: hue angle of 132.44º 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 #82D493 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB130212147-
CMYK0.3900.310.17
HSL132.44º48.81%67.06%-
HSV(B)132.44º38.68%83.14%-
XYZ38.0253.9436.01-
YUV180.07109.3392.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=26.58%
G=43.35%
B=30.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121470.3900.310.17132.4448.8167.06
Hex82D4932701F11843143
Octal202324223470372120461103
Binary10000010110101001001001110011101111110001100001001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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