Html Css Color HEX #8ED63E Atlantis

📋 copy color: '#8ED63E'

red 142 ◦ green 214 ◦ blue 62

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

Shades of Atlantis #8ED63E

Tints of Atlantis #8ED63E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 33.97%
G = 51.2%
B = 14.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#8ED63E (or 0x8ED63E) is known color: Atlantis. HEX triplet: 8E, D6 and 3E. RGB value is (142,214,62). Sum of RGB (Red+Green+Blue) = 142+214+62=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED63E is #7129C1. Grayscale: #AFAFAF. Windows color (decimal): -7416258 or 4118158. OLE color: 4118158.

HSL color Cylindrical-coordinate representation of color #8ED63E: hue angle of 88.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ED63E is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 214 62 -
CMYK 0.34 0 0.71 0.16
HSL 88.42º 0.65% 0.54% -
HSV(B) 88.42º 0.71% 0.84% -
XYZ 36.07 54.19 13.12 -
YUV 175.14 64.15 104.36 -
System Red Green Blue C M Y K H S L
Decimal 142 214 62 0.34 0 0.71 0.16 88.42 0.65 0.54
Hex 8E D6 3E 22 0 47 10 58 41 36
Octal 216 326 76 42 0 107 20 130 101 66
Binary 10001110 11010110 111110 100010 0 1000111 10000 1011000 1000001 110110

Color Harmonies of #8ED63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED63E

Black with #8ED63E

Text Example


Text Example

White with #8ED63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,214,62); }

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

background-color css

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

 a { background-color: rgb(142,214,62); }

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

border-color css

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

 span { border-color: rgb(142,214,62); }

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