Html Css Color HEX #8EDB49 Atlantis

📋 copy color: '#8EDB49'

red 142 ◦ green 219 ◦ blue 73

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

Shades of Atlantis #8EDB49

Tints of Atlantis #8EDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 32.72%
G = 50.46%
B = 16.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#8EDB49 (or 0x8EDB49) is known color: Atlantis. HEX triplet: 8E, DB and 49. RGB value is (142,219,73). Sum of RGB (Red+Green+Blue) = 142+219+73=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB49 is #7124B6. Grayscale: #B3B3B3. Windows color (decimal): -7414967 or 4840334. OLE color: 4840334.

HSL color Cylindrical-coordinate representation of color #8EDB49: hue angle of 91.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EDB49 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 73 -
CMYK 0.35 0 0.67 0.14
HSL 91.64º 0.67% 0.57% -
HSV(B) 91.64º 0.67% 0.86% -
XYZ 37.69 56.89 15.3 -
YUV 179.33 67.99 101.37 -
System Red Green Blue C M Y K H S L
Decimal 142 219 73 0.35 0 0.67 0.14 91.64 0.67 0.57
Hex 8E DB 49 23 0 43 E 5C 43 39
Octal 216 333 111 43 0 103 16 134 103 71
Binary 10001110 11011011 1001001 100011 0 1000011 1110 1011100 1000011 111001

Color Harmonies of #8EDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB49

Black with #8EDB49

Text Example


Text Example

White with #8EDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,73); }

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

background-color css

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

 a { background-color: rgb(142,219,73); }

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

border-color css

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

 span { border-color: rgb(142,219,73); }

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