#8CD07F

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

Shades of De York #8CD07F

Tints of De York #8CD07F

Color information

#8CD07F (or 0x8CD07F) is unknown color: approx De York. HEX triplet: 8C, D0 and 7F. RGB value is (140,208,127). Sum of RGB (Red+Green+Blue) = 140+208+127=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD07F is #732F80. Grayscale: #B2B2B2. Windows color (decimal): -7548801 or 8376460. OLE color: 8376460.

HSL color Cylindrical-coordinate representation of color #8CD07F: hue angle of 110.37º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CD07F is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB140208127-
CMYK0.3300.390.18
HSL110.37º46.29%65.69%-
HSV(B)110.37º38.94%81.57%-
XYZ37.252.2228.2-
YUV178.4398.97100.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 127 (50% from 255) = 26.74%
R=29.47%
G=43.79%
B=26.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402081270.3300.390.18110.3746.2965.69
Hex8CD07F21027126e2e42
Octal214320177410472215656102
Binary1000110011010000111111110000101001111001011011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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