Html Css Color HEX #80E934 Atlantis

📋 copy color: '#80E934'

red 128 ◦ green 233 ◦ blue 52

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

Shades of Atlantis #80E934

Tints of Atlantis #80E934

RGB

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

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

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

R = 30.99%
G = 56.42%
B = 12.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#80E934 (or 0x80E934) is known color: Atlantis. HEX triplet: 80, E9 and 34. RGB value is (128,233,52). Sum of RGB (Red+Green+Blue) = 128+233+52=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 233 (91.41% from 255 or 56.42% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 233 - color contains mainly: green. Hex color #80E934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E934 is #7F16CB. Grayscale: #B5B5B5. Windows color (decimal): -8328908 or 3467648. OLE color: 3467648.

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

Color convert

RGB 128 233 52 -
CMYK 0.45 0 0.78 0.09
HSL 94.81º 0.8% 0.56% -
HSV(B) 94.81º 0.78% 0.91% -
XYZ 38.66 63.11 13.39 -
YUV 180.97 55.21 90.22 -
System Red Green Blue C M Y K H S L
Decimal 128 233 52 0.45 0 0.78 0.09 94.81 0.8 0.56
Hex 80 E9 34 2D 0 4E 9 5F 50 38
Octal 200 351 64 55 0 116 11 137 120 70
Binary 10000000 11101001 110100 101101 0 1001110 1001 1011111 1010000 111000

Color Harmonies of #80E934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E934

Black with #80E934

Text Example


Text Example

White with #80E934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,233,52); }

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

background-color css

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

 a { background-color: rgb(128,233,52); }

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

border-color css

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

 span { border-color: rgb(128,233,52); }

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