Shades of Atlantis #80F03C
Tints of Atlantis #80F03C
RGB
CMYK
RGB Variations
Color information
#80F03C (or 0x80F03C) is known color: Atlantis. HEX triplet: 80, F0 and 3C. RGB value is (128,240,60). Sum of RGB (Red+Green+Blue) = 128+240+60=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #80F03C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F03C is #7F0FC3. Grayscale: #BABABA. Windows color (decimal): -8327108 or 3993728. OLE color: 3993728.
HSL color Cylindrical-coordinate representation of color #80F03C: hue angle of 97.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80F03C is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 60 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.06 |
| HSL | 97.33º | 0.86% | 0.59% | - |
| HSV(B) | 97.33º | 0.75% | 0.94% | - |
| XYZ | 40.88 | 67.24 | 15.1 | - |
| YUV | 185.99 | 56.89 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 60 | 0.47 | 0 | 0.75 | 0.06 | 97.33 | 0.86 | 0.59 |
| Hex | 80 | F0 | 3C | 2F | 0 | 4B | 6 | 61 | 56 | 3B |
| Octal | 200 | 360 | 74 | 57 | 0 | 113 | 6 | 141 | 126 | 73 |
| Binary | 10000000 | 11110000 | 111100 | 101111 | 0 | 1001011 | 110 | 1100001 | 1010110 | 111011 |
Color Harmonies of #80F03C
Complementary color
Monochromatic Colors of #80F03C
Black with #80F03C
Text Example
Text Example
White with #80F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F03C; }
p { color: rgb(128,240,60); }
H1.HeaderClassName
{
color: #80F03C;
}
.AnyTagClassName
{
color: #80F03C;
}
</style>
background-color css
<style>
a { background-color: #80F03C; }
a { background-color: rgb(128,240,60); }
div.DivClassName
{
background-color: #80F03C;
}
.BgClassName
{
background-color: #80F03C;
}
</style>
border-color css
<style>
span { border-color: #80F03C; }
span { border-color: rgb(128,240,60); }
td.TdClassName
{
border-color: #80F03C;
}
.TagClassName
{
border-color: #80F03C;
}
</style>