#8CD38F

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

Shades of De York #8CD38F

Tints of De York #8CD38F

Color information

#8CD38F (or 0x8CD38F) is unknown color: approx De York. HEX triplet: 8C, D3 and 8F. RGB value is (140,211,143). Sum of RGB (Red+Green+Blue) = 140+211+143=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD38F is #732C70. Grayscale: #B6B6B6. Windows color (decimal): -7548017 or 9425804. OLE color: 9425804.

HSL color Cylindrical-coordinate representation of color #8CD38F: hue angle of 122.54º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD38F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB140211143-
CMYK0.3400.320.17
HSL122.54º44.65%68.82%-
HSV(B)122.54º33.65%82.75%-
XYZ39.0754.1534.38-
YUV182.02105.9898.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 211 (82.81% from 255) = 42.71%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=28.34%
G=42.71%
B=28.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111430.3400.320.17122.5444.6568.82
Hex8CD38F22020117b2d45
Octal214323217420402117355105
Binary10001100110100111000111110001001000001000111110111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,143); }

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

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

 a { background-color: rgb(140,211,143); }

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

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

 span { border-color: rgb(140,211,143); }

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