Html Css Color HEX #8ED44F Atlantis

📋 copy color: '#8ED44F'

red 142 ◦ green 212 ◦ blue 79

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

Shades of Atlantis #8ED44F

Tints of Atlantis #8ED44F

RGB

 RED value IS 142 (55.86% from 255) = 32.79%

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 32.79%
G = 48.96%
B = 18.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#8ED44F (or 0x8ED44F) is known color: Atlantis. HEX triplet: 8E, D4 and 4F. RGB value is (142,212,79). Sum of RGB (Red+Green+Blue) = 142+212+79=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED44F is #712BB0. Grayscale: #B0B0B0. Windows color (decimal): -7416753 or 5231758. OLE color: 5231758.

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

Color convert

RGB 142 212 79 -
CMYK 0.33 0 0.63 0.17
HSL 91.58º 0.61% 0.57% -
HSV(B) 91.58º 0.63% 0.83% -
XYZ 36.11 53.4 15.8 -
YUV 175.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 142 212 79 0.33 0 0.63 0.17 91.58 0.61 0.57
Hex 8E D4 4F 21 0 3F 11 5C 3D 39
Octal 216 324 117 41 0 77 21 134 75 71
Binary 10001110 11010100 1001111 100001 0 111111 10001 1011100 111101 111001

Color Harmonies of #8ED44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED44F

Black with #8ED44F

Text Example


Text Example

White with #8ED44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,79); }

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

background-color css

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

 a { background-color: rgb(142,212,79); }

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

border-color css

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

 span { border-color: rgb(142,212,79); }

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