Html Css Color HEX #8EE542 Atlantis

📋 copy color: '#8EE542'

red 142 ◦ green 229 ◦ blue 66

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

Shades of Atlantis #8EE542

Tints of Atlantis #8EE542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 32.49%
G = 52.4%
B = 15.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#8EE542 (or 0x8EE542) is known color: Atlantis. HEX triplet: 8E, E5 and 42. RGB value is (142,229,66). Sum of RGB (Red+Green+Blue) = 142+229+66=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE542 is #711ABD. Grayscale: #B8B8B8. Windows color (decimal): -7412414 or 4384142. OLE color: 4384142.

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

Color convert

RGB 142 229 66 -
CMYK 0.38 0 0.71 0.10
HSL 92.02º 0.76% 0.58% -
HSV(B) 92.02º 0.71% 0.9% -
XYZ 40.16 62.18 15.04 -
YUV 184.41 61.18 97.75 -
System Red Green Blue C M Y K H S L
Decimal 142 229 66 0.38 0 0.71 0.10 92.02 0.76 0.58
Hex 8E E5 42 26 0 47 A 5C 4C 3A
Octal 216 345 102 46 0 107 12 134 114 72
Binary 10001110 11100101 1000010 100110 0 1000111 1010 1011100 1001100 111010

Color Harmonies of #8EE542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE542

Black with #8EE542

Text Example


Text Example

White with #8EE542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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