#8FD48A

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

Shades of De York #8FD48A

Tints of De York #8FD48A

Color information

#8FD48A (or 0x8FD48A) is unknown color: approx De York. HEX triplet: 8F, D4 and 8A. RGB value is (143,212,138). Sum of RGB (Red+Green+Blue) = 143+212+138=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD48A is #702B75. Grayscale: #B7B7B7. Windows color (decimal): -7351158 or 9098383. OLE color: 9098383.

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

Color convert

RGB143212138-
CMYK0.3300.350.17
HSL115.95º46.25%68.63%-
HSV(B)115.95º34.91%83.14%-
XYZ39.4654.7632.54-
YUV182.93102.6499.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=29.01%
G=43.00%
B=27.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121380.3300.350.17115.9546.2568.63
Hex8FD48A2102311742e45
Octal217324212410432116456105
Binary10001111110101001000101010000101000111000111101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,138); }

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

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

 a { background-color: rgb(143,212,138); }

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

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

 span { border-color: rgb(143,212,138); }

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