Html Css Color HEX #8EE534 Atlantis

📋 copy color: '#8EE534'

red 142 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #8EE534

Tints of Atlantis #8EE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 33.57%
G = 54.14%
B = 12.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#8EE534 (or 0x8EE534) is known color: Atlantis. HEX triplet: 8E, E5 and 34. RGB value is (142,229,52). Sum of RGB (Red+Green+Blue) = 142+229+52=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE534 is #711ACB. Grayscale: #B7B7B7. Windows color (decimal): -7412428 or 3466638. OLE color: 3466638.

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

Color convert

RGB 142 229 52 -
CMYK 0.38 0 0.77 0.10
HSL 89.49º 0.77% 0.55% -
HSV(B) 89.49º 0.77% 0.9% -
XYZ 39.79 62.04 13.13 -
YUV 182.81 54.18 98.89 -
System Red Green Blue C M Y K H S L
Decimal 142 229 52 0.38 0 0.77 0.10 89.49 0.77 0.55
Hex 8E E5 34 26 0 4D A 59 4D 37
Octal 216 345 64 46 0 115 12 131 115 67
Binary 10001110 11100101 110100 100110 0 1001101 1010 1011001 1001101 110111

Color Harmonies of #8EE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE534

Black with #8EE534

Text Example


Text Example

White with #8EE534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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