Html Css Color HEX #8EE434 Atlantis

📋 copy color: '#8EE434'

red 142 ◦ green 228 ◦ blue 52

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

Shades of Atlantis #8EE434

Tints of Atlantis #8EE434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.03%

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

R = 33.65%
G = 54.03%
B = 12.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#8EE434 (or 0x8EE434) is known color: Atlantis. HEX triplet: 8E, E4 and 34. RGB value is (142,228,52). Sum of RGB (Red+Green+Blue) = 142+228+52=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE434 is #711BCB. Grayscale: #B6B6B6. Windows color (decimal): -7412684 or 3466382. OLE color: 3466382.

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

Color convert

RGB 142 228 52 -
CMYK 0.38 0 0.77 0.11
HSL 89.32º 0.77% 0.55% -
HSV(B) 89.32º 0.77% 0.89% -
XYZ 39.52 61.49 13.03 -
YUV 182.22 54.51 99.31 -
System Red Green Blue C M Y K H S L
Decimal 142 228 52 0.38 0 0.77 0.11 89.32 0.77 0.55
Hex 8E E4 34 26 0 4D B 59 4D 37
Octal 216 344 64 46 0 115 13 131 115 67
Binary 10001110 11100100 110100 100110 0 1001101 1011 1011001 1001101 110111

Color Harmonies of #8EE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE434

Black with #8EE434

Text Example


Text Example

White with #8EE434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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