Html Css Color HEX #8EDF49 Atlantis

📋 copy color: '#8EDF49'

red 142 ◦ green 223 ◦ blue 73

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

Shades of Atlantis #8EDF49

Tints of Atlantis #8EDF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.91%

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

R = 32.42%
G = 50.91%
B = 16.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#8EDF49 (or 0x8EDF49) is known color: Atlantis. HEX triplet: 8E, DF and 49. RGB value is (142,223,73). Sum of RGB (Red+Green+Blue) = 142+223+73=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF49 is #7120B6. Grayscale: #B6B6B6. Windows color (decimal): -7413943 or 4841358. OLE color: 4841358.

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

Color convert

RGB 142 223 73 -
CMYK 0.36 0 0.67 0.13
HSL 92.4º 0.7% 0.58% -
HSV(B) 92.4º 0.67% 0.87% -
XYZ 38.75 59.01 15.65 -
YUV 181.68 66.66 99.7 -
System Red Green Blue C M Y K H S L
Decimal 142 223 73 0.36 0 0.67 0.13 92.4 0.7 0.58
Hex 8E DF 49 24 0 43 D 5C 46 3A
Octal 216 337 111 44 0 103 15 134 106 72
Binary 10001110 11011111 1001001 100100 0 1000011 1101 1011100 1000110 111010

Color Harmonies of #8EDF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF49

Black with #8EDF49

Text Example


Text Example

White with #8EDF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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