#8CC88B

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

Shades of De York #8CC88B

Tints of De York #8CC88B

Color information

#8CC88B (or 0x8CC88B) is unknown color: approx De York. HEX triplet: 8C, C8 and 8B. RGB value is (140,200,139). Sum of RGB (Red+Green+Blue) = 140+200+139=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88B is #733774. Grayscale: #AFAFAF. Windows color (decimal): -7550837 or 9160844. OLE color: 9160844.

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

Color convert

RGB140200139-
CMYK0.300.300.22
HSL119.02º35.67%66.47%-
HSV(B)119.02º30.5%78.43%-
XYZ36.1348.7531.93-
YUV175.11107.62102.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=29.23%
G=41.75%
B=29.02%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001390.300.300.22119.0235.6766.47
Hex8CC88B1E01E16772442
Octal214310213360362616744102
Binary100011001100100010001011111100111101011011101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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