Shades of Atlantis #84F33D
Tints of Atlantis #84F33D
RGB
CMYK
RGB Variations
Color information
#84F33D (or 0x84F33D) is known color: Atlantis. HEX triplet: 84, F3 and 3D. RGB value is (132,243,61). Sum of RGB (Red+Green+Blue) = 132+243+61=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #84F33D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F33D is #7B0CC2. Grayscale: #BDBDBD. Windows color (decimal): -8064195 or 4060036. OLE color: 4060036.
HSL color Cylindrical-coordinate representation of color #84F33D: hue angle of 96.59º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84F33D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 61 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.05 |
| HSL | 96.59º | 0.88% | 0.6% | - |
| HSV(B) | 96.59º | 0.75% | 0.95% | - |
| XYZ | 42.41 | 69.34 | 15.56 | - |
| YUV | 189.06 | 55.73 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 61 | 0.46 | 0 | 0.75 | 0.05 | 96.59 | 0.88 | 0.6 |
| Hex | 84 | F3 | 3D | 2E | 0 | 4B | 5 | 61 | 58 | 3C |
| Octal | 204 | 363 | 75 | 56 | 0 | 113 | 5 | 141 | 130 | 74 |
| Binary | 10000100 | 11110011 | 111101 | 101110 | 0 | 1001011 | 101 | 1100001 | 1011000 | 111100 |
Color Harmonies of #84F33D
Complementary color
Monochromatic Colors of #84F33D
Black with #84F33D
Text Example
Text Example
White with #84F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F33D; }
p { color: rgb(132,243,61); }
H1.HeaderClassName
{
color: #84F33D;
}
.AnyTagClassName
{
color: #84F33D;
}
</style>
background-color css
<style>
a { background-color: #84F33D; }
a { background-color: rgb(132,243,61); }
div.DivClassName
{
background-color: #84F33D;
}
.BgClassName
{
background-color: #84F33D;
}
</style>
border-color css
<style>
span { border-color: #84F33D; }
span { border-color: rgb(132,243,61); }
td.TdClassName
{
border-color: #84F33D;
}
.TagClassName
{
border-color: #84F33D;
}
</style>