#82DC88

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

Shades of De York #82DC88

Tints of De York #82DC88

Color information

#82DC88 (or 0x82DC88) is unknown color: approx De York. HEX triplet: 82, DC and 88. RGB value is (130,220,136). Sum of RGB (Red+Green+Blue) = 130+220+136=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC88 is #7D2377. Grayscale: #B7B7B7. Windows color (decimal): -8201080 or 8969346. OLE color: 8969346.

HSL color Cylindrical-coordinate representation of color #82DC88: hue angle of 124º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC88 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB130220136-
CMYK0.4100.380.14
HSL124º56.25%68.63%-
HSV(B)124º40.91%86.27%-
XYZ39.2457.7132.36-
YUV183.51101.1889.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=26.75%
G=45.27%
B=27.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201360.4100.380.1412456.2568.63
Hex82DC8829026E7c3845
Octal202334210510461617470105
Binary1000001011011100100010001010010100110111011111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,136); }

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

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

 a { background-color: rgb(130,220,136); }

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

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

 span { border-color: rgb(130,220,136); }

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