#8CCC7F

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

Shades of De York #8CCC7F

Tints of De York #8CCC7F

Color information

#8CCC7F (or 0x8CCC7F) is unknown color: approx De York. HEX triplet: 8C, CC and 7F. RGB value is (140,204,127). Sum of RGB (Red+Green+Blue) = 140+204+127=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC7F is #733380. Grayscale: #B0B0B0. Windows color (decimal): -7549825 or 8375436. OLE color: 8375436.

HSL color Cylindrical-coordinate representation of color #8CCC7F: hue angle of 109.87º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CCC7F is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB140204127-
CMYK0.3100.380.2
HSL109.87º43.02%64.9%-
HSV(B)109.87º37.75%80%-
XYZ36.2450.2927.88-
YUV176.09100.3102.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 127 (50% from 255) = 26.96%
R=29.72%
G=43.31%
B=26.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041270.3100.380.2109.8743.0264.9
Hex8CCC7F1F026146e2b41
Octal214314177370462415653101
Binary100011001100110011111111111101001101010011011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,127); }

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

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

 a { background-color: rgb(140,204,127); }

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

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

 span { border-color: rgb(140,204,127); }

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