Shades of Atlantis #94D93B
Tints of Atlantis #94D93B
RGB
CMYK
RGB Variations
Color information
#94D93B (or 0x94D93B) is known color: Atlantis. HEX triplet: 94, D9 and 3B. RGB value is (148,217,59). Sum of RGB (Red+Green+Blue) = 148+217+59=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #94D93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D93B is #6B26C4. Grayscale: #B2B2B2. Windows color (decimal): -7022277 or 3922324. OLE color: 3922324.
HSL color Cylindrical-coordinate representation of color #94D93B: hue angle of 86.2º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D93B is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 59 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.15 |
| HSL | 86.2º | 0.68% | 0.54% | - |
| HSV(B) | 86.2º | 0.73% | 0.85% | - |
| XYZ | 37.82 | 56.24 | 13 | - |
| YUV | 178.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 59 | 0.32 | 0 | 0.73 | 0.15 | 86.2 | 0.68 | 0.54 |
| Hex | 94 | D9 | 3B | 20 | 0 | 49 | F | 56 | 44 | 36 |
| Octal | 224 | 331 | 73 | 40 | 0 | 111 | 17 | 126 | 104 | 66 |
| Binary | 10010100 | 11011001 | 111011 | 100000 | 0 | 1001001 | 1111 | 1010110 | 1000100 | 110110 |
Color Harmonies of #94D93B
Complementary color
Monochromatic Colors of #94D93B
Black with #94D93B
Text Example
Text Example
White with #94D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D93B; }
p { color: rgb(148,217,59); }
H1.HeaderClassName
{
color: #94D93B;
}
.AnyTagClassName
{
color: #94D93B;
}
</style>
background-color css
<style>
a { background-color: #94D93B; }
a { background-color: rgb(148,217,59); }
div.DivClassName
{
background-color: #94D93B;
}
.BgClassName
{
background-color: #94D93B;
}
</style>
border-color css
<style>
span { border-color: #94D93B; }
span { border-color: rgb(148,217,59); }
td.TdClassName
{
border-color: #94D93B;
}
.TagClassName
{
border-color: #94D93B;
}
</style>