Shades of Atlantis #80F238
Tints of Atlantis #80F238
RGB
CMYK
RGB Variations
Color information
#80F238 (or 0x80F238) is known color: Atlantis. HEX triplet: 80, F2 and 38. RGB value is (128,242,56). Sum of RGB (Red+Green+Blue) = 128+242+56=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #80F238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F238 is #7F0DC7. Grayscale: #BBBBBB. Windows color (decimal): -8326600 or 3732096. OLE color: 3732096.
HSL color Cylindrical-coordinate representation of color #80F238: hue angle of 96.77º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80F238 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 56 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.05 |
| HSL | 96.77º | 0.88% | 0.58% | - |
| HSV(B) | 96.77º | 0.77% | 0.95% | - |
| XYZ | 41.37 | 68.38 | 14.76 | - |
| YUV | 186.71 | 54.23 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 56 | 0.47 | 0 | 0.77 | 0.05 | 96.77 | 0.88 | 0.58 |
| Hex | 80 | F2 | 38 | 2F | 0 | 4D | 5 | 61 | 58 | 3A |
| Octal | 200 | 362 | 70 | 57 | 0 | 115 | 5 | 141 | 130 | 72 |
| Binary | 10000000 | 11110010 | 111000 | 101111 | 0 | 1001101 | 101 | 1100001 | 1011000 | 111010 |
Color Harmonies of #80F238
Complementary color
Monochromatic Colors of #80F238
Black with #80F238
Text Example
Text Example
White with #80F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F238; }
p { color: rgb(128,242,56); }
H1.HeaderClassName
{
color: #80F238;
}
.AnyTagClassName
{
color: #80F238;
}
</style>
background-color css
<style>
a { background-color: #80F238; }
a { background-color: rgb(128,242,56); }
div.DivClassName
{
background-color: #80F238;
}
.BgClassName
{
background-color: #80F238;
}
</style>
border-color css
<style>
span { border-color: #80F238; }
span { border-color: rgb(128,242,56); }
td.TdClassName
{
border-color: #80F238;
}
.TagClassName
{
border-color: #80F238;
}
</style>