#8CD07E

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

Shades of De York #8CD07E

Tints of De York #8CD07E

Color information

#8CD07E (or 0x8CD07E) is unknown color: approx De York. HEX triplet: 8C, D0 and 7E. RGB value is (140,208,126). Sum of RGB (Red+Green+Blue) = 140+208+126=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD07E is #732F81. Grayscale: #B2B2B2. Windows color (decimal): -7548802 or 8310924. OLE color: 8310924.

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

Color convert

RGB140208126-
CMYK0.3300.390.18
HSL109.76º46.59%65.49%-
HSV(B)109.76º39.42%81.57%-
XYZ37.1452.1927.86-
YUV178.3298.47100.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=29.54%
G=43.88%
B=26.58%

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
Decimal1402081260.3300.390.18109.7646.5965.49
Hex8CD07E21027126e2f41
Octal214320176410472215657101
Binary1000110011010000111111010000101001111001011011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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