#8CC881

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

Shades of De York #8CC881

Tints of De York #8CC881

Color information

#8CC881 (or 0x8CC881) is unknown color: approx De York. HEX triplet: 8C, C8 and 81. RGB value is (140,200,129). Sum of RGB (Red+Green+Blue) = 140+200+129=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC881 is #73377E. Grayscale: #AEAEAE. Windows color (decimal): -7550847 or 8505484. OLE color: 8505484.

HSL color Cylindrical-coordinate representation of color #8CC881: hue angle of 110.7º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CC881 is Cyan = 0.3, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB140200129-
CMYK0.300.360.22
HSL110.7º39.23%64.51%-
HSV(B)110.7º35.5%78.43%-
XYZ35.4348.4728.26-
YUV173.97102.62103.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=29.85%
G=42.64%
B=27.51%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001290.300.360.22110.739.2364.51
Hex8CC8811E024166f2741
Octal214310201360442615747101
Binary1000110011001000100000011111001001001011011011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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