Html Css Color HEX #8EE235 Atlantis

📋 copy color: '#8EE235'

red 142 ◦ green 226 ◦ blue 53

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

Shades of Atlantis #8EE235

Tints of Atlantis #8EE235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.68%

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

R = 33.73%
G = 53.68%
B = 12.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#8EE235 (or 0x8EE235) is known color: Atlantis. HEX triplet: 8E, E2 and 35. RGB value is (142,226,53). Sum of RGB (Red+Green+Blue) = 142+226+53=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE235 is #711DCA. Grayscale: #B5B5B5. Windows color (decimal): -7413195 or 3531406. OLE color: 3531406.

HSL color Cylindrical-coordinate representation of color #8EE235: hue angle of 89.13º degrees, saturation: 0.75, 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 #8EE235 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 226 53 -
CMYK 0.37 0 0.77 0.11
HSL 89.13º 0.75% 0.55% -
HSV(B) 89.13º 0.77% 0.89% -
XYZ 38.99 60.4 12.97 -
YUV 181.16 55.67 100.07 -
System Red Green Blue C M Y K H S L
Decimal 142 226 53 0.37 0 0.77 0.11 89.13 0.75 0.55
Hex 8E E2 35 25 0 4D B 59 4B 37
Octal 216 342 65 45 0 115 13 131 113 67
Binary 10001110 11100010 110101 100101 0 1001101 1011 1011001 1001011 110111

Color Harmonies of #8EE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE235

Black with #8EE235

Text Example


Text Example

White with #8EE235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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