#8CC88F

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

Shades of De York #8CC88F

Tints of De York #8CC88F

Color information

#8CC88F (or 0x8CC88F) is unknown color: approx De York. HEX triplet: 8C, C8 and 8F. RGB value is (140,200,143). Sum of RGB (Red+Green+Blue) = 140+200+143=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88F is #733770. Grayscale: #AFAFAF. Windows color (decimal): -7550833 or 9422988. OLE color: 9422988.

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

Color convert

RGB140200143-
CMYK0.300.280.22
HSL123º35.29%66.67%-
HSV(B)123º30%78.43%-
XYZ36.4348.8733.5-
YUV175.56109.62102.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=28.99%
G=41.41%
B=29.61%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001430.300.280.2212335.2966.67
Hex8CC88F1E01C167b2343
Octal214310217360342617343103
Binary100011001100100010001111111100111001011011110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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