Shades of Atlantis #80F335
Tints of Atlantis #80F335
RGB
CMYK
RGB Variations
Color information
#80F335 (or 0x80F335) is known color: Atlantis. HEX triplet: 80, F3 and 35. RGB value is (128,243,53). Sum of RGB (Red+Green+Blue) = 128+243+53=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #80F335 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F335 is #7F0CCA. Grayscale: #BBBBBB. Windows color (decimal): -8326347 or 3535744. OLE color: 3535744.
HSL color Cylindrical-coordinate representation of color #80F335: hue angle of 96.32º degrees, saturation: 0.89, 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 #80F335 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 53 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.05 |
| HSL | 96.32º | 0.89% | 0.58% | - |
| HSV(B) | 96.32º | 0.78% | 0.95% | - |
| XYZ | 41.6 | 68.95 | 14.48 | - |
| YUV | 186.96 | 52.4 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 53 | 0.47 | 0 | 0.78 | 0.05 | 96.32 | 0.89 | 0.58 |
| Hex | 80 | F3 | 35 | 2F | 0 | 4E | 5 | 60 | 59 | 3A |
| Octal | 200 | 363 | 65 | 57 | 0 | 116 | 5 | 140 | 131 | 72 |
| Binary | 10000000 | 11110011 | 110101 | 101111 | 0 | 1001110 | 101 | 1100000 | 1011001 | 111010 |
Color Harmonies of #80F335
Complementary color
Monochromatic Colors of #80F335
Black with #80F335
Text Example
Text Example
White with #80F335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F335; }
p { color: rgb(128,243,53); }
H1.HeaderClassName
{
color: #80F335;
}
.AnyTagClassName
{
color: #80F335;
}
</style>
background-color css
<style>
a { background-color: #80F335; }
a { background-color: rgb(128,243,53); }
div.DivClassName
{
background-color: #80F335;
}
.BgClassName
{
background-color: #80F335;
}
</style>
border-color css
<style>
span { border-color: #80F335; }
span { border-color: rgb(128,243,53); }
td.TdClassName
{
border-color: #80F335;
}
.TagClassName
{
border-color: #80F335;
}
</style>