#8FD28B

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

Shades of De York #8FD28B

Tints of De York #8FD28B

Color information

#8FD28B (or 0x8FD28B) is unknown color: approx De York. HEX triplet: 8F, D2 and 8B. RGB value is (143,210,139). Sum of RGB (Red+Green+Blue) = 143+210+139=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD28B is #702D74. Grayscale: #B6B6B6. Windows color (decimal): -7351669 or 9163407. OLE color: 9163407.

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

Color convert

RGB143210139-
CMYK0.3200.340.18
HSL116.62º44.1%68.43%-
HSV(B)116.62º33.81%82.35%-
XYZ39.0353.832.75-
YUV181.87103.8100.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=29.07%
G=42.68%
B=28.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432101390.3200.340.18116.6244.168.43
Hex8FD28B2002212752c44
Octal217322213400422216554104
Binary10001111110100101000101110000001000101001011101011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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