Html Css Color HEX #8ED84F Atlantis

📋 copy color: '#8ED84F'

red 142 ◦ green 216 ◦ blue 79

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

Shades of Atlantis #8ED84F

Tints of Atlantis #8ED84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

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

R = 32.49%
G = 49.43%
B = 18.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#8ED84F (or 0x8ED84F) is known color: Atlantis. HEX triplet: 8E, D8 and 4F. RGB value is (142,216,79). Sum of RGB (Red+Green+Blue) = 142+216+79=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED84F is #7127B0. Grayscale: #B2B2B2. Windows color (decimal): -7415729 or 5232782. OLE color: 5232782.

HSL color Cylindrical-coordinate representation of color #8ED84F: hue angle of 92.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ED84F is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 216 79 -
CMYK 0.34 0 0.63 0.15
HSL 92.41º 0.64% 0.58% -
HSV(B) 92.41º 0.63% 0.85% -
XYZ 37.12 55.43 16.14 -
YUV 178.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 142 216 79 0.34 0 0.63 0.15 92.41 0.64 0.58
Hex 8E D8 4F 22 0 3F F 5C 40 3A
Octal 216 330 117 42 0 77 17 134 100 72
Binary 10001110 11011000 1001111 100010 0 111111 1111 1011100 1000000 111010

Color Harmonies of #8ED84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED84F

Black with #8ED84F

Text Example


Text Example

White with #8ED84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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