Html Css Color HEX #80F136 Atlantis

📋 copy color: '#80F136'

red 128 ◦ green 241 ◦ blue 54

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

Shades of Atlantis #80F136

Tints of Atlantis #80F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.97%

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 30.26%
G = 56.97%
B = 12.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#80F136 (or 0x80F136) is known color: Atlantis. HEX triplet: 80, F1 and 36. RGB value is (128,241,54). Sum of RGB (Red+Green+Blue) = 128+241+54=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #80F136 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F136 is #7F0EC9. Grayscale: #BABABA. Windows color (decimal): -8326858 or 3600768. OLE color: 3600768.

HSL color Cylindrical-coordinate representation of color #80F136: hue angle of 96.26º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80F136 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 241 54 -
CMYK 0.47 0 0.78 0.05
HSL 96.26º 0.87% 0.58% -
HSV(B) 96.26º 0.78% 0.95% -
XYZ 41.02 67.77 14.41 -
YUV 185.9 53.56 86.71 -
System Red Green Blue C M Y K H S L
Decimal 128 241 54 0.47 0 0.78 0.05 96.26 0.87 0.58
Hex 80 F1 36 2F 0 4E 5 60 57 3A
Octal 200 361 66 57 0 116 5 140 127 72
Binary 10000000 11110001 110110 101111 0 1001110 101 1100000 1010111 111010

Color Harmonies of #80F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F136

Black with #80F136

Text Example


Text Example

White with #80F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,241,54); }

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

background-color css

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

 a { background-color: rgb(128,241,54); }

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

border-color css

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

 span { border-color: rgb(128,241,54); }

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