#8CDD82

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

Shades of De York #8CDD82

Tints of De York #8CDD82

Color information

#8CDD82 (or 0x8CDD82) is unknown color: approx De York. HEX triplet: 8C, DD and 82. RGB value is (140,221,130). Sum of RGB (Red+Green+Blue) = 140+221+130=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD82 is #73227D. Grayscale: #BABABA. Windows color (decimal): -7545470 or 8576396. OLE color: 8576396.

HSL color Cylindrical-coordinate representation of color #8CDD82: hue angle of 113.41º degrees, saturation: 0.57, 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 #8CDD82 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB140221130-
CMYK0.3700.410.13
HSL113.41º57.23%68.82%-
HSV(B)113.41º41.18%86.67%-
XYZ40.758.930.34-
YUV186.4196.1694.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=28.51%
G=45.01%
B=26.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402211300.3700.410.13113.4157.2368.82
Hex8CDD8225029D713945
Octal214335202450511516171105
Binary1000110011011101100000101001010101001110111100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CDD82; }

 p { color: rgb(140,221,130); }

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

<style>
 a { background-color: #8CDD82; }

 a { background-color: rgb(140,221,130); }

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

<style>
 span { border-color: #8CDD82; }

 span { border-color: rgb(140,221,130); }

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