Shades of Atlantis #94E84B
Tints of Atlantis #94E84B
RGB
CMYK
RGB Variations
Color information
#94E84B (or 0x94E84B) is known color: Atlantis. HEX triplet: 94, E8 and 4B. RGB value is (148,232,75). Sum of RGB (Red+Green+Blue) = 148+232+75=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #94E84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94E84B is #6B17B4. Grayscale: #BDBDBD. Windows color (decimal): -7018421 or 4974740. OLE color: 4974740.
HSL color Cylindrical-coordinate representation of color #94E84B: hue angle of 92.1º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94E84B is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 75 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.09 |
| HSL | 92.1º | 0.77% | 0.6% | - |
| HSV(B) | 92.1º | 0.68% | 0.91% | - |
| XYZ | 42.34 | 64.52 | 16.88 | - |
| YUV | 188.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 75 | 0.36 | 0 | 0.68 | 0.09 | 92.1 | 0.77 | 0.6 |
| Hex | 94 | E8 | 4B | 24 | 0 | 44 | 9 | 5C | 4D | 3C |
| Octal | 224 | 350 | 113 | 44 | 0 | 104 | 11 | 134 | 115 | 74 |
| Binary | 10010100 | 11101000 | 1001011 | 100100 | 0 | 1000100 | 1001 | 1011100 | 1001101 | 111100 |
Color Harmonies of #94E84B
Complementary color
Monochromatic Colors of #94E84B
Black with #94E84B
Text Example
Text Example
White with #94E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E84B; }
p { color: rgb(148,232,75); }
H1.HeaderClassName
{
color: #94E84B;
}
.AnyTagClassName
{
color: #94E84B;
}
</style>
background-color css
<style>
a { background-color: #94E84B; }
a { background-color: rgb(148,232,75); }
div.DivClassName
{
background-color: #94E84B;
}
.BgClassName
{
background-color: #94E84B;
}
</style>
border-color css
<style>
span { border-color: #94E84B; }
span { border-color: rgb(148,232,75); }
td.TdClassName
{
border-color: #94E84B;
}
.TagClassName
{
border-color: #94E84B;
}
</style>