Shades of Atlantis #94DB46
Tints of Atlantis #94DB46
RGB
CMYK
RGB Variations
Color information
#94DB46 (or 0x94DB46) is known color: Atlantis. HEX triplet: 94, DB and 46. RGB value is (148,219,70). Sum of RGB (Red+Green+Blue) = 148+219+70=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DB46 is #6B24B9. Grayscale: #B5B5B5. Windows color (decimal): -7021754 or 4643732. OLE color: 4643732.
HSL color Cylindrical-coordinate representation of color #94DB46: hue angle of 88.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94DB46 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 70 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.14 |
| HSL | 88.59º | 0.67% | 0.57% | - |
| HSV(B) | 88.59º | 0.68% | 0.86% | - |
| XYZ | 38.65 | 57.4 | 14.84 | - |
| YUV | 180.79 | 65.48 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 70 | 0.32 | 0 | 0.68 | 0.14 | 88.59 | 0.67 | 0.57 |
| Hex | 94 | DB | 46 | 20 | 0 | 44 | E | 59 | 43 | 39 |
| Octal | 224 | 333 | 106 | 40 | 0 | 104 | 16 | 131 | 103 | 71 |
| Binary | 10010100 | 11011011 | 1000110 | 100000 | 0 | 1000100 | 1110 | 1011001 | 1000011 | 111001 |
Color Harmonies of #94DB46
Complementary color
Monochromatic Colors of #94DB46
Black with #94DB46
Text Example
Text Example
White with #94DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB46; }
p { color: rgb(148,219,70); }
H1.HeaderClassName
{
color: #94DB46;
}
.AnyTagClassName
{
color: #94DB46;
}
</style>
background-color css
<style>
a { background-color: #94DB46; }
a { background-color: rgb(148,219,70); }
div.DivClassName
{
background-color: #94DB46;
}
.BgClassName
{
background-color: #94DB46;
}
</style>
border-color css
<style>
span { border-color: #94DB46; }
span { border-color: rgb(148,219,70); }
td.TdClassName
{
border-color: #94DB46;
}
.TagClassName
{
border-color: #94DB46;
}
</style>