#82D591

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

Shades of De York #82D591

Tints of De York #82D591

Color information

#82D591 (or 0x82D591) is unknown color: approx De York. HEX triplet: 82, D5 and 91. RGB value is (130,213,145). Sum of RGB (Red+Green+Blue) = 130+213+145=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #82D591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D591 is #7D2A6E. Grayscale: #B4B4B4. Windows color (decimal): -8202863 or 9557378. OLE color: 9557378.

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

Color convert

RGB130213145-
CMYK0.3900.320.16
HSL130.84º49.7%67.25%-
HSV(B)130.84º38.97%83.53%-
XYZ38.1154.3835.28-
YUV180.4310892.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=26.64%
G=43.65%
B=29.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131450.3900.320.16130.8449.767.25
Hex82D5912702010833243
Octal202325221470402020362103
Binary100000101101010110010001100111010000010000100000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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