Html Css Color HEX #8EDE4F Atlantis

📋 copy color: '#8EDE4F'

red 142 ◦ green 222 ◦ blue 79

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

Shades of Atlantis #8EDE4F

Tints of Atlantis #8EDE4F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

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

R = 32.05%
G = 50.11%
B = 17.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8EDE4F (or 0x8EDE4F) is known color: Atlantis. HEX triplet: 8E, DE and 4F. RGB value is (142,222,79). Sum of RGB (Red+Green+Blue) = 142+222+79=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE4F is #7121B0. Grayscale: #B6B6B6. Windows color (decimal): -7414193 or 5234318. OLE color: 5234318.

HSL color Cylindrical-coordinate representation of color #8EDE4F: hue angle of 93.57º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EDE4F is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 222 79 -
CMYK 0.36 0 0.64 0.13
HSL 93.57º 0.68% 0.59% -
HSV(B) 93.57º 0.64% 0.87% -
XYZ 38.69 58.56 16.66 -
YUV 181.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 142 222 79 0.36 0 0.64 0.13 93.57 0.68 0.59
Hex 8E DE 4F 24 0 40 D 5E 44 3B
Octal 216 336 117 44 0 100 15 136 104 73
Binary 10001110 11011110 1001111 100100 0 1000000 1101 1011110 1000100 111011

Color Harmonies of #8EDE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE4F

Black with #8EDE4F

Text Example


Text Example

White with #8EDE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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