#82DE8F

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

Shades of De York #82DE8F

Tints of De York #82DE8F

Color information

#82DE8F (or 0x82DE8F) is unknown color: approx De York. HEX triplet: 82, DE and 8F. RGB value is (130,222,143). Sum of RGB (Red+Green+Blue) = 130+222+143=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE8F is #7D2170. Grayscale: #B9B9B9. Windows color (decimal): -8200561 or 9428610. OLE color: 9428610.

HSL color Cylindrical-coordinate representation of color #82DE8F: hue angle of 128.48º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE8F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB130222143-
CMYK0.4100.360.13
HSL128.48º58.23%69.02%-
HSV(B)128.48º41.44%87.06%-
XYZ40.2958.9735.25-
YUV185.49104.0288.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=26.26%
G=44.85%
B=28.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221430.4100.360.13128.4858.2369.02
Hex82DE8F29024D803a45
Octal202336217510441520072105
Binary10000010110111101000111110100101001001101100000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,143); }

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

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

 a { background-color: rgb(130,222,143); }

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

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

 span { border-color: rgb(130,222,143); }

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