Shades of Atlantis #84CC41
Tints of Atlantis #84CC41
RGB
CMYK
RGB Variations
Color information
#84CC41 (or 0x84CC41) is known color: Atlantis. HEX triplet: 84, CC and 41. RGB value is (132,204,65). Sum of RGB (Red+Green+Blue) = 132+204+65=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC41 is #7B33BE. Grayscale: #A7A7A7. Windows color (decimal): -8074175 or 4312196. OLE color: 4312196.
HSL color Cylindrical-coordinate representation of color #84CC41: hue angle of 91.08º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84CC41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 65 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.2 |
| HSL | 91.08º | 0.58% | 0.53% | - |
| HSV(B) | 91.08º | 0.68% | 0.8% | - |
| XYZ | 32.06 | 48.47 | 12.67 | - |
| YUV | 166.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 65 | 0.35 | 0 | 0.68 | 0.2 | 91.08 | 0.58 | 0.53 |
| Hex | 84 | CC | 41 | 23 | 0 | 44 | 14 | 5B | 3A | 35 |
| Octal | 204 | 314 | 101 | 43 | 0 | 104 | 24 | 133 | 72 | 65 |
| Binary | 10000100 | 11001100 | 1000001 | 100011 | 0 | 1000100 | 10100 | 1011011 | 111010 | 110101 |
Color Harmonies of #84CC41
Complementary color
Monochromatic Colors of #84CC41
Black with #84CC41
Text Example
Text Example
White with #84CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC41; }
p { color: rgb(132,204,65); }
H1.HeaderClassName
{
color: #84CC41;
}
.AnyTagClassName
{
color: #84CC41;
}
</style>
background-color css
<style>
a { background-color: #84CC41; }
a { background-color: rgb(132,204,65); }
div.DivClassName
{
background-color: #84CC41;
}
.BgClassName
{
background-color: #84CC41;
}
</style>
border-color css
<style>
span { border-color: #84CC41; }
span { border-color: rgb(132,204,65); }
td.TdClassName
{
border-color: #84CC41;
}
.TagClassName
{
border-color: #84CC41;
}
</style>