#8CD28F

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

Shades of De York #8CD28F

Tints of De York #8CD28F

Color information

#8CD28F (or 0x8CD28F) is unknown color: approx De York. HEX triplet: 8C, D2 and 8F. RGB value is (140,210,143). Sum of RGB (Red+Green+Blue) = 140+210+143=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD28F is #732D70. Grayscale: #B5B5B5. Windows color (decimal): -7548273 or 9425548. OLE color: 9425548.

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

Color convert

RGB140210143-
CMYK0.3300.320.18
HSL122.57º43.75%68.63%-
HSV(B)122.57º33.33%82.35%-
XYZ38.8253.6534.3-
YUV181.43106.3198.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.40%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=28.40%
G=42.60%
B=29.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101430.3300.320.18122.5743.7568.63
Hex8CD28F21020127b2c45
Octal214322217410402217354105
Binary10001100110100101000111110000101000001001011110111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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