Html Css Color HEX #8EE540 Atlantis

📋 copy color: '#8EE540'

red 142 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #8EE540

Tints of Atlantis #8EE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.64%

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

R = 32.64%
G = 52.64%
B = 14.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#8EE540 (or 0x8EE540) is known color: Atlantis. HEX triplet: 8E, E5 and 40. RGB value is (142,229,64). Sum of RGB (Red+Green+Blue) = 142+229+64=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE540 is #711ABF. Grayscale: #B8B8B8. Windows color (decimal): -7412416 or 4253070. OLE color: 4253070.

HSL color Cylindrical-coordinate representation of color #8EE540: hue angle of 91.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EE540 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 229 64 -
CMYK 0.38 0 0.72 0.10
HSL 91.64º 0.76% 0.57% -
HSV(B) 91.64º 0.72% 0.9% -
XYZ 40.1 62.16 14.73 -
YUV 184.18 60.18 97.92 -
System Red Green Blue C M Y K H S L
Decimal 142 229 64 0.38 0 0.72 0.10 91.64 0.76 0.57
Hex 8E E5 40 26 0 48 A 5C 4C 39
Octal 216 345 100 46 0 110 12 134 114 71
Binary 10001110 11100101 1000000 100110 0 1001000 1010 1011100 1001100 111001

Color Harmonies of #8EE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE540

Black with #8EE540

Text Example


Text Example

White with #8EE540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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