Shades of Atlantis #84F236
Tints of Atlantis #84F236
RGB
CMYK
RGB Variations
Color information
#84F236 (or 0x84F236) is known color: Atlantis. HEX triplet: 84, F2 and 36. RGB value is (132,242,54). Sum of RGB (Red+Green+Blue) = 132+242+54=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #84F236 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F236 is #7B0DC9. Grayscale: #BCBCBC. Windows color (decimal): -8064458 or 3601028. OLE color: 3601028.
HSL color Cylindrical-coordinate representation of color #84F236: hue angle of 95.11º degrees, saturation: 0.88, 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 #84F236 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 54 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.05 |
| HSL | 95.11º | 0.88% | 0.58% | - |
| HSV(B) | 95.11º | 0.78% | 0.95% | - |
| XYZ | 41.93 | 68.68 | 14.54 | - |
| YUV | 187.68 | 52.56 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 54 | 0.45 | 0 | 0.78 | 0.05 | 95.11 | 0.88 | 0.58 |
| Hex | 84 | F2 | 36 | 2D | 0 | 4E | 5 | 5F | 58 | 3A |
| Octal | 204 | 362 | 66 | 55 | 0 | 116 | 5 | 137 | 130 | 72 |
| Binary | 10000100 | 11110010 | 110110 | 101101 | 0 | 1001110 | 101 | 1011111 | 1011000 | 111010 |
Color Harmonies of #84F236
Complementary color
Monochromatic Colors of #84F236
Black with #84F236
Text Example
Text Example
White with #84F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F236; }
p { color: rgb(132,242,54); }
H1.HeaderClassName
{
color: #84F236;
}
.AnyTagClassName
{
color: #84F236;
}
</style>
background-color css
<style>
a { background-color: #84F236; }
a { background-color: rgb(132,242,54); }
div.DivClassName
{
background-color: #84F236;
}
.BgClassName
{
background-color: #84F236;
}
</style>
border-color css
<style>
span { border-color: #84F236; }
span { border-color: rgb(132,242,54); }
td.TdClassName
{
border-color: #84F236;
}
.TagClassName
{
border-color: #84F236;
}
</style>