Html Css Color HEX #8FD04E Atlantis

📋 copy color: '#8FD04E'

red 143 ◦ green 208 ◦ blue 78

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

Shades of Atlantis #8FD04E

Tints of Atlantis #8FD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 33.33%
G = 48.48%
B = 18.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#8FD04E (or 0x8FD04E) is known color: Atlantis. HEX triplet: 8F, D0 and 4E. RGB value is (143,208,78). Sum of RGB (Red+Green+Blue) = 143+208+78=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD04E is #702FB1. Grayscale: #AEAEAE. Windows color (decimal): -7352242 or 5165199. OLE color: 5165199.

HSL color Cylindrical-coordinate representation of color #8FD04E: hue angle of 90º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FD04E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 78 -
CMYK 0.31 0 0.62 0.18
HSL 90º 0.58% 0.56% -
HSV(B) 90º 0.63% 0.82% -
XYZ 35.26 51.5 15.29 -
YUV 173.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 143 208 78 0.31 0 0.62 0.18 90 0.58 0.56
Hex 8F D0 4E 1F 0 3E 12 5A 3A 38
Octal 217 320 116 37 0 76 22 132 72 70
Binary 10001111 11010000 1001110 11111 0 111110 10010 1011010 111010 111000

Color Harmonies of #8FD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD04E

Black with #8FD04E

Text Example


Text Example

White with #8FD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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