Html Css Color HEX #8ED247 Atlantis

📋 copy color: '#8ED247'

red 142 ◦ green 210 ◦ blue 71

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

Shades of Atlantis #8ED247

Tints of Atlantis #8ED247

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

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

R = 33.57%
G = 49.65%
B = 16.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#8ED247 (or 0x8ED247) is known color: Atlantis. HEX triplet: 8E, D2 and 47. RGB value is (142,210,71). Sum of RGB (Red+Green+Blue) = 142+210+71=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED247 is #712DB8. Grayscale: #AEAEAE. Windows color (decimal): -7417273 or 4706958. OLE color: 4706958.

HSL color Cylindrical-coordinate representation of color #8ED247: hue angle of 89.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED247 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 71 -
CMYK 0.32 0 0.66 0.18
HSL 89.35º 0.61% 0.55% -
HSV(B) 89.35º 0.66% 0.82% -
XYZ 35.34 52.3 14.19 -
YUV 173.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 142 210 71 0.32 0 0.66 0.18 89.35 0.61 0.55
Hex 8E D2 47 20 0 42 12 59 3D 37
Octal 216 322 107 40 0 102 22 131 75 67
Binary 10001110 11010010 1000111 100000 0 1000010 10010 1011001 111101 110111

Color Harmonies of #8ED247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED247

Black with #8ED247

Text Example


Text Example

White with #8ED247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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