Html Css Color HEX #8EE935 Atlantis

📋 copy color: '#8EE935'

red 142 ◦ green 233 ◦ blue 53

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

Shades of Atlantis #8EE935

Tints of Atlantis #8EE935

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.44%

 BLUE value IS 53 (21.09% from 255) = 12.38%

R = 33.18%
G = 54.44%
B = 12.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#8EE935 (or 0x8EE935) is known color: Atlantis. HEX triplet: 8E, E9 and 35. RGB value is (142,233,53). Sum of RGB (Red+Green+Blue) = 142+233+53=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE935 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE935 is #7116CA. Grayscale: #B9B9B9. Windows color (decimal): -7411403 or 3533198. OLE color: 3533198.

HSL color Cylindrical-coordinate representation of color #8EE935: hue angle of 90.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EE935 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 233 53 -
CMYK 0.39 0 0.77 0.09
HSL 90.33º 0.8% 0.56% -
HSV(B) 90.33º 0.77% 0.91% -
XYZ 40.94 64.29 13.62 -
YUV 185.27 53.35 97.14 -
System Red Green Blue C M Y K H S L
Decimal 142 233 53 0.39 0 0.77 0.09 90.33 0.8 0.56
Hex 8E E9 35 27 0 4D 9 5A 50 38
Octal 216 351 65 47 0 115 11 132 120 70
Binary 10001110 11101001 110101 100111 0 1001101 1001 1011010 1010000 111000

Color Harmonies of #8EE935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE935

Black with #8EE935

Text Example


Text Example

White with #8EE935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,233,53); }

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

background-color css

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

 a { background-color: rgb(142,233,53); }

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

border-color css

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

 span { border-color: rgb(142,233,53); }

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