#8FD43B

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

Shades of Atlantis #8FD43B

Tints of Atlantis #8FD43B

Color information

#8FD43B (or 0x8FD43B) is unknown color: approx Atlantis. HEX triplet: 8F, D4 and 3B. RGB value is (143,212,59). Sum of RGB (Red+Green+Blue) = 143+212+59=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD43B is #702BC4. Grayscale: #AEAEAE. Windows color (decimal): -7351237 or 3921039. OLE color: 3921039.

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

Color convert

RGB14321259-
CMYK0.3300.720.17
HSL87.06º64.02%53.14%-
HSV(B)87.06º72.17%83.14%-
XYZ35.6653.2412.53-
YUV173.9363.14105.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 212 (83.20% from 255) = 51.21%
BLUE value IS 59 (23.44% from 255) = 14.25%
R=34.54%
G=51.21%
B=14.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143212590.3300.720.1787.0664.0253.14
Hex8FD43B2104811574035
Octal217324734101102112710065
Binary1000111111010100111011100001010010001000110101111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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