#8CDD83

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

Shades of De York #8CDD83

Tints of De York #8CDD83

Color information

#8CDD83 (or 0x8CDD83) is unknown color: approx De York. HEX triplet: 8C, DD and 83. RGB value is (140,221,131). Sum of RGB (Red+Green+Blue) = 140+221+131=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD83 is #73227C. Grayscale: #BABABA. Windows color (decimal): -7545469 or 8641932. OLE color: 8641932.

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

Color convert

RGB140221131-
CMYK0.3700.410.13
HSL114º56.96%69.02%-
HSV(B)114º40.72%86.67%-
XYZ40.7758.9330.7-
YUV186.5296.6694.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.46%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=28.46%
G=44.92%
B=26.63%

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
Decimal1402211310.3700.410.1311456.9669.02
Hex8CDD8325029D723945
Octal214335203450511516271105
Binary1000110011011101100000111001010101001110111100101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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