Html Css Color HEX #8EE532 Atlantis

📋 copy color: '#8EE532'

red 142 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #8EE532

Tints of Atlantis #8EE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 33.73%
G = 54.39%
B = 11.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#8EE532 (or 0x8EE532) is known color: Atlantis. HEX triplet: 8E, E5 and 32. RGB value is (142,229,50). Sum of RGB (Red+Green+Blue) = 142+229+50=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE532 is #711ACD. Grayscale: #B7B7B7. Windows color (decimal): -7412430 or 3335566. OLE color: 3335566.

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

Color convert

RGB 142 229 50 -
CMYK 0.38 0 0.78 0.10
HSL 89.16º 0.77% 0.55% -
HSV(B) 89.16º 0.78% 0.9% -
XYZ 39.75 62.02 12.89 -
YUV 182.58 53.18 99.05 -
System Red Green Blue C M Y K H S L
Decimal 142 229 50 0.38 0 0.78 0.10 89.16 0.77 0.55
Hex 8E E5 32 26 0 4E A 59 4D 37
Octal 216 345 62 46 0 116 12 131 115 67
Binary 10001110 11100101 110010 100110 0 1001110 1010 1011001 1001101 110111

Color Harmonies of #8EE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE532

Black with #8EE532

Text Example


Text Example

White with #8EE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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