Html Css Color HEX #8FD03F Atlantis

📋 copy color: '#8FD03F'

red 143 ◦ green 208 ◦ blue 63

#8FD03F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8FD03F

Tints of Atlantis #8FD03F

RGB

 RED value IS 143 (56.25% from 255) = 34.54%

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 63 (25% from 255) = 15.22%

R = 34.54%
G = 50.24%
B = 15.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#8FD03F (or 0x8FD03F) is known color: Atlantis. HEX triplet: 8F, D0 and 3F. RGB value is (143,208,63). Sum of RGB (Red+Green+Blue) = 143+208+63=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD03F is #702FC0. Grayscale: #ACACAC. Windows color (decimal): -7352257 or 4182159. OLE color: 4182159.

HSL color Cylindrical-coordinate representation of color #8FD03F: hue angle of 86.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FD03F is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 63 -
CMYK 0.31 0 0.70 0.18
HSL 86.9º 0.61% 0.53% -
HSV(B) 86.9º 0.7% 0.82% -
XYZ 34.78 51.31 12.77 -
YUV 172.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 143 208 63 0.31 0 0.70 0.18 86.9 0.61 0.53
Hex 8F D0 3F 1F 0 46 12 57 3D 35
Octal 217 320 77 37 0 106 22 127 75 65
Binary 10001111 11010000 111111 11111 0 1000110 10010 1010111 111101 110101

Color Harmonies of #8FD03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD03F

Black with #8FD03F

Text Example


Text Example

White with #8FD03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,63); }

 H1.HeaderClassName
 {
   color: #8FD03F;
 }
 .AnyTagClassName
 {
   color: #8FD03F;
 }
</style>

background-color css

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

 a { background-color: rgb(143,208,63); }

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

border-color css

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

 span { border-color: rgb(143,208,63); }

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