Html Css Color HEX #8ED34D Atlantis

📋 copy color: '#8ED34D'

red 142 ◦ green 211 ◦ blue 77

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

Shades of Atlantis #8ED34D

Tints of Atlantis #8ED34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 33.02%
G = 49.07%
B = 17.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#8ED34D (or 0x8ED34D) is known color: Atlantis. HEX triplet: 8E, D3 and 4D. RGB value is (142,211,77). Sum of RGB (Red+Green+Blue) = 142+211+77=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED34D is #712CB2. Grayscale: #AFAFAF. Windows color (decimal): -7417011 or 5100430. OLE color: 5100430.

HSL color Cylindrical-coordinate representation of color #8ED34D: hue angle of 90.9º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ED34D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 77 -
CMYK 0.33 0 0.64 0.17
HSL 90.9º 0.6% 0.56% -
HSV(B) 90.9º 0.64% 0.83% -
XYZ 35.79 52.88 15.34 -
YUV 175.09 72.64 104.4 -
System Red Green Blue C M Y K H S L
Decimal 142 211 77 0.33 0 0.64 0.17 90.9 0.6 0.56
Hex 8E D3 4D 21 0 40 11 5B 3C 38
Octal 216 323 115 41 0 100 21 133 74 70
Binary 10001110 11010011 1001101 100001 0 1000000 10001 1011011 111100 111000

Color Harmonies of #8ED34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED34D

Black with #8ED34D

Text Example


Text Example

White with #8ED34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,77); }

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

background-color css

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

 a { background-color: rgb(142,211,77); }

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

border-color css

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

 span { border-color: rgb(142,211,77); }

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