Html Css Color HEX #8DEC47 Atlantis

📋 copy color: '#8DEC47'

red 141 ◦ green 236 ◦ blue 71

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

Shades of Atlantis #8DEC47

Tints of Atlantis #8DEC47

RGB

 RED value IS 141 (55.47% from 255) = 31.47%

 GREEN value IS 236 (92.58% from 255) = 52.68%

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

R = 31.47%
G = 52.68%
B = 15.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#8DEC47 (or 0x8DEC47) is known color: Atlantis. HEX triplet: 8D, EC and 47. RGB value is (141,236,71). Sum of RGB (Red+Green+Blue) = 141+236+71=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEC47 is #7213B8. Grayscale: #BDBDBD. Windows color (decimal): -7476153 or 4713613. OLE color: 4713613.

HSL color Cylindrical-coordinate representation of color #8DEC47: hue angle of 94.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DEC47 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 236 71 -
CMYK 0.40 0 0.70 0.07
HSL 94.55º 0.81% 0.6% -
HSV(B) 94.55º 0.7% 0.93% -
XYZ 42.12 66.11 16.5 -
YUV 188.79 61.53 93.92 -
System Red Green Blue C M Y K H S L
Decimal 141 236 71 0.40 0 0.70 0.07 94.55 0.81 0.6
Hex 8D EC 47 28 0 46 7 5F 51 3C
Octal 215 354 107 50 0 106 7 137 121 74
Binary 10001101 11101100 1000111 101000 0 1000110 111 1011111 1010001 111100

Color Harmonies of #8DEC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEC47

Black with #8DEC47

Text Example


Text Example

White with #8DEC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,236,71); }

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

background-color css

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

 a { background-color: rgb(141,236,71); }

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

border-color css

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

 span { border-color: rgb(141,236,71); }

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