Html Css Color HEX #80E233 Atlantis

📋 copy color: '#80E233'

red 128 ◦ green 226 ◦ blue 51

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

Shades of Atlantis #80E233

Tints of Atlantis #80E233

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

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

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 31.6%
G = 55.8%
B = 12.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#80E233 (or 0x80E233) is known color: Atlantis. HEX triplet: 80, E2 and 33. RGB value is (128,226,51). Sum of RGB (Red+Green+Blue) = 128+226+51=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #80E233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E233 is #7F1DCC. Grayscale: #B1B1B1. Windows color (decimal): -8330701 or 3400320. OLE color: 3400320.

HSL color Cylindrical-coordinate representation of color #80E233: hue angle of 93.6º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80E233 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 226 51 -
CMYK 0.43 0 0.77 0.11
HSL 93.6º 0.75% 0.54% -
HSV(B) 93.6º 0.77% 0.89% -
XYZ 36.7 59.22 12.63 -
YUV 176.75 57.03 93.23 -
System Red Green Blue C M Y K H S L
Decimal 128 226 51 0.43 0 0.77 0.11 93.6 0.75 0.54
Hex 80 E2 33 2B 0 4D B 5E 4B 36
Octal 200 342 63 53 0 115 13 136 113 66
Binary 10000000 11100010 110011 101011 0 1001101 1011 1011110 1001011 110110

Color Harmonies of #80E233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E233

Black with #80E233

Text Example


Text Example

White with #80E233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80E233; }

 p { color: rgb(128,226,51); }

 H1.HeaderClassName
 {
   color: #80E233;
 }
 .AnyTagClassName
 {
   color: #80E233;
 }
</style>

background-color css

<style>
 a { background-color: #80E233; }

 a { background-color: rgb(128,226,51); }

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

border-color css

<style>
 span { border-color: #80E233; }

 span { border-color: rgb(128,226,51); }

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