Html Css Color HEX #8EDD47 Atlantis

📋 copy color: '#8EDD47'

red 142 ◦ green 221 ◦ blue 71

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

Shades of Atlantis #8EDD47

Tints of Atlantis #8EDD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 32.72%
G = 50.92%
B = 16.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#8EDD47 (or 0x8EDD47) is known color: Atlantis. HEX triplet: 8E, DD and 47. RGB value is (142,221,71). Sum of RGB (Red+Green+Blue) = 142+221+71=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD47 is #7122B8. Grayscale: #B4B4B4. Windows color (decimal): -7414457 or 4709774. OLE color: 4709774.

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

Color convert

RGB 142 221 71 -
CMYK 0.36 0 0.68 0.13
HSL 91.6º 0.69% 0.57% -
HSV(B) 91.6º 0.68% 0.87% -
XYZ 38.15 57.92 15.13 -
YUV 180.28 66.33 100.7 -
System Red Green Blue C M Y K H S L
Decimal 142 221 71 0.36 0 0.68 0.13 91.6 0.69 0.57
Hex 8E DD 47 24 0 44 D 5C 45 39
Octal 216 335 107 44 0 104 15 134 105 71
Binary 10001110 11011101 1000111 100100 0 1000100 1101 1011100 1000101 111001

Color Harmonies of #8EDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD47

Black with #8EDD47

Text Example


Text Example

White with #8EDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,71); }

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

background-color css

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

 a { background-color: rgb(142,221,71); }

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

border-color css

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

 span { border-color: rgb(142,221,71); }

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