Html Css Color HEX #80E135 Atlantis

📋 copy color: '#80E135'

red 128 ◦ green 225 ◦ blue 53

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

Shades of Atlantis #80E135

Tints of Atlantis #80E135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.42%

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

R = 31.53%
G = 55.42%
B = 13.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#80E135 (or 0x80E135) is known color: Atlantis. HEX triplet: 80, E1 and 35. RGB value is (128,225,53). Sum of RGB (Red+Green+Blue) = 128+225+53=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #80E135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E135 is #7F1ECA. Grayscale: #B0B0B0. Windows color (decimal): -8330955 or 3531136. OLE color: 3531136.

HSL color Cylindrical-coordinate representation of color #80E135: hue angle of 93.84º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80E135 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 53 -
CMYK 0.43 0 0.76 0.12
HSL 93.84º 0.74% 0.55% -
HSV(B) 93.84º 0.76% 0.88% -
XYZ 36.47 58.7 12.78 -
YUV 176.39 58.36 93.49 -
System Red Green Blue C M Y K H S L
Decimal 128 225 53 0.43 0 0.76 0.12 93.84 0.74 0.55
Hex 80 E1 35 2B 0 4C C 5E 4A 37
Octal 200 341 65 53 0 114 14 136 112 67
Binary 10000000 11100001 110101 101011 0 1001100 1100 1011110 1001010 110111

Color Harmonies of #80E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E135

Black with #80E135

Text Example


Text Example

White with #80E135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,53); }

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

background-color css

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

 a { background-color: rgb(128,225,53); }

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

border-color css

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

 span { border-color: rgb(128,225,53); }

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