Shades of Atlantis #84EA41
Tints of Atlantis #84EA41
RGB
CMYK
RGB Variations
Color information
#84EA41 (or 0x84EA41) is known color: Atlantis. HEX triplet: 84, EA and 41. RGB value is (132,234,65). Sum of RGB (Red+Green+Blue) = 132+234+65=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EA41 is #7B15BE. Grayscale: #B8B8B8. Windows color (decimal): -8066495 or 4319876. OLE color: 4319876.
HSL color Cylindrical-coordinate representation of color #84EA41: hue angle of 96.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84EA41 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 65 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.08 |
| HSL | 96.21º | 0.8% | 0.59% | - |
| HSV(B) | 96.21º | 0.72% | 0.92% | - |
| XYZ | 39.89 | 64.13 | 15.28 | - |
| YUV | 184.24 | 60.71 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 65 | 0.44 | 0 | 0.72 | 0.08 | 96.21 | 0.8 | 0.59 |
| Hex | 84 | EA | 41 | 2C | 0 | 48 | 8 | 60 | 50 | 3B |
| Octal | 204 | 352 | 101 | 54 | 0 | 110 | 10 | 140 | 120 | 73 |
| Binary | 10000100 | 11101010 | 1000001 | 101100 | 0 | 1001000 | 1000 | 1100000 | 1010000 | 111011 |
Color Harmonies of #84EA41
Complementary color
Monochromatic Colors of #84EA41
Black with #84EA41
Text Example
Text Example
White with #84EA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA41; }
p { color: rgb(132,234,65); }
H1.HeaderClassName
{
color: #84EA41;
}
.AnyTagClassName
{
color: #84EA41;
}
</style>
background-color css
<style>
a { background-color: #84EA41; }
a { background-color: rgb(132,234,65); }
div.DivClassName
{
background-color: #84EA41;
}
.BgClassName
{
background-color: #84EA41;
}
</style>
border-color css
<style>
span { border-color: #84EA41; }
span { border-color: rgb(132,234,65); }
td.TdClassName
{
border-color: #84EA41;
}
.TagClassName
{
border-color: #84EA41;
}
</style>