#82D592

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

Shades of De York #82D592

Tints of De York #82D592

Color information

#82D592 (or 0x82D592) is unknown color: approx De York. HEX triplet: 82, D5 and 92. RGB value is (130,213,146). Sum of RGB (Red+Green+Blue) = 130+213+146=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #82D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D592 is #7D2A6D. Grayscale: #B4B4B4. Windows color (decimal): -8202862 or 9622914. OLE color: 9622914.

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

Color convert

RGB130213146-
CMYK0.3900.310.16
HSL131.57º49.7%67.25%-
HSV(B)131.57º38.97%83.53%-
XYZ38.1954.4135.68-
YUV180.54108.591.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=26.58%
G=43.56%
B=29.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131460.3900.310.16131.5749.767.25
Hex82D5922701F10843243
Octal202325222470372020462103
Binary10000010110101011001001010011101111110000100001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,146); }

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

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

 a { background-color: rgb(130,213,146); }

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

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

 span { border-color: rgb(130,213,146); }

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