#8CDA81

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

Shades of De York #8CDA81

Tints of De York #8CDA81

Color information

#8CDA81 (or 0x8CDA81) is unknown color: approx De York. HEX triplet: 8C, DA and 81. RGB value is (140,218,129). Sum of RGB (Red+Green+Blue) = 140+218+129=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA81 is #73257E. Grayscale: #B8B8B8. Windows color (decimal): -7546239 or 8510092. OLE color: 8510092.

HSL color Cylindrical-coordinate representation of color #8CDA81: hue angle of 112.58º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDA81 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB140218129-
CMYK0.3600.410.15
HSL112.58º54.6%68.04%-
HSV(B)112.58º40.83%85.49%-
XYZ39.8557.329.73-
YUV184.5396.6696.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=28.75%
G=44.76%
B=26.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181290.3600.410.15112.5854.668.04
Hex8CDA8124029F713744
Octal214332201440511716167104
Binary1000110011011010100000011001000101001111111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,218,129); }

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

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

 a { background-color: rgb(140,218,129); }

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

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

 span { border-color: rgb(140,218,129); }

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