Html Css Color HEX #8EDE40 Atlantis

📋 copy color: '#8EDE40'

red 142 ◦ green 222 ◦ blue 64

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

Shades of Atlantis #8EDE40

Tints of Atlantis #8EDE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.87%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 33.18%
G = 51.87%
B = 14.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#8EDE40 (or 0x8EDE40) is known color: Atlantis. HEX triplet: 8E, DE and 40. RGB value is (142,222,64). Sum of RGB (Red+Green+Blue) = 142+222+64=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDE40 is #7121BF. Grayscale: #B4B4B4. Windows color (decimal): -7414208 or 4251278. OLE color: 4251278.

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

Color convert

RGB 142 222 64 -
CMYK 0.36 0 0.71 0.13
HSL 90.38º 0.71% 0.56% -
HSV(B) 90.38º 0.71% 0.87% -
XYZ 38.2 58.36 14.1 -
YUV 180.07 62.5 100.85 -
System Red Green Blue C M Y K H S L
Decimal 142 222 64 0.36 0 0.71 0.13 90.38 0.71 0.56
Hex 8E DE 40 24 0 47 D 5A 47 38
Octal 216 336 100 44 0 107 15 132 107 70
Binary 10001110 11011110 1000000 100100 0 1000111 1101 1011010 1000111 111000

Color Harmonies of #8EDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE40

Black with #8EDE40

Text Example


Text Example

White with #8EDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,64); }

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

background-color css

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

 a { background-color: rgb(142,222,64); }

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

border-color css

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

 span { border-color: rgb(142,222,64); }

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