#8CCB7E

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

Shades of De York #8CCB7E

Tints of De York #8CCB7E

Color information

#8CCB7E (or 0x8CCB7E) is unknown color: approx De York. HEX triplet: 8C, CB and 7E. RGB value is (140,203,126). Sum of RGB (Red+Green+Blue) = 140+203+126=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB7E is #733481. Grayscale: #AFAFAF. Windows color (decimal): -7550082 or 8309644. OLE color: 8309644.

HSL color Cylindrical-coordinate representation of color #8CCB7E: hue angle of 109.09º 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 #8CCB7E is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB140203126-
CMYK0.3100.380.20
HSL109.09º42.54%64.51%-
HSV(B)109.09º37.93%79.61%-
XYZ35.9449.7927.46-
YUV175.38100.13102.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=29.85%
G=43.28%
B=26.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031260.3100.380.20109.0942.5464.51
Hex8CCB7E1F026146d2b41
Octal214313176370462415553101
Binary100011001100101111111101111101001101010011011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,126); }

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

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

 a { background-color: rgb(140,203,126); }

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

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

 span { border-color: rgb(140,203,126); }

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