#82D594

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

Shades of De York #82D594

Tints of De York #82D594

Color information

#82D594 (or 0x82D594) is unknown color: approx De York. HEX triplet: 82, D5 and 94. RGB value is (130,213,148). Sum of RGB (Red+Green+Blue) = 130+213+148=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #82D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D594 is #7D2A6B. Grayscale: #B4B4B4. Windows color (decimal): -8202860 or 9753986. OLE color: 9753986.

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

Color convert

RGB130213148-
CMYK0.3900.310.16
HSL133.01º49.7%67.25%-
HSV(B)133.01º38.97%83.53%-
XYZ38.3554.4736.51-
YUV180.77109.591.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=26.48%
G=43.38%
B=30.14%

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
Decimal1302131480.3900.310.16133.0149.767.25
Hex82D5942701F10853243
Octal202325224470372020562103
Binary10000010110101011001010010011101111110000100001011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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