Html Css Color HEX #8ED74F Atlantis

📋 copy color: '#8ED74F'

red 142 ◦ green 215 ◦ blue 79

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

Shades of Atlantis #8ED74F

Tints of Atlantis #8ED74F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 32.57%
G = 49.31%
B = 18.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8ED74F (or 0x8ED74F) is known color: Atlantis. HEX triplet: 8E, D7 and 4F. RGB value is (142,215,79). Sum of RGB (Red+Green+Blue) = 142+215+79=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED74F is #7128B0. Grayscale: #B2B2B2. Windows color (decimal): -7415985 or 5232526. OLE color: 5232526.

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

Color convert

RGB 142 215 79 -
CMYK 0.34 0 0.63 0.16
HSL 92.21º 0.63% 0.58% -
HSV(B) 92.21º 0.63% 0.84% -
XYZ 36.87 54.92 16.05 -
YUV 177.67 72.32 102.56 -
System Red Green Blue C M Y K H S L
Decimal 142 215 79 0.34 0 0.63 0.16 92.21 0.63 0.58
Hex 8E D7 4F 22 0 3F 10 5C 3F 3A
Octal 216 327 117 42 0 77 20 134 77 72
Binary 10001110 11010111 1001111 100010 0 111111 10000 1011100 111111 111010

Color Harmonies of #8ED74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED74F

Black with #8ED74F

Text Example


Text Example

White with #8ED74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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