#82D090

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

Shades of De York #82D090

Tints of De York #82D090

Color information

#82D090 (or 0x82D090) is unknown color: approx De York. HEX triplet: 82, D0 and 90. RGB value is (130,208,144). Sum of RGB (Red+Green+Blue) = 130+208+144=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #82D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D090 is #7D2F6F. Grayscale: #B1B1B1. Windows color (decimal): -8204144 or 9490562. OLE color: 9490562.

HSL color Cylindrical-coordinate representation of color #82D090: hue angle of 130.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D090 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB130208144-
CMYK0.3800.310.18
HSL130.77º45.35%66.27%-
HSV(B)130.77º37.5%81.57%-
XYZ36.851.8734.46-
YUV177.38109.1694.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=26.97%
G=43.15%
B=29.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081440.3800.310.18130.7745.3566.27
Hex82D0902601F12832d42
Octal202320220460372220355102
Binary10000010110100001001000010011001111110010100000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,144); }

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

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

 a { background-color: rgb(130,208,144); }

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

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

 span { border-color: rgb(130,208,144); }

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