Shades of Atlantis #94D63B
Tints of Atlantis #94D63B
RGB
CMYK
RGB Variations
Color information
#94D63B (or 0x94D63B) is known color: Atlantis. HEX triplet: 94, D6 and 3B. RGB value is (148,214,59). Sum of RGB (Red+Green+Blue) = 148+214+59=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #94D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D63B is #6B29C4. Grayscale: #B1B1B1. Windows color (decimal): -7023045 or 3921556. OLE color: 3921556.
HSL color Cylindrical-coordinate representation of color #94D63B: hue angle of 85.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94D63B is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 59 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.16 |
| HSL | 85.55º | 0.65% | 0.54% | - |
| HSV(B) | 85.55º | 0.72% | 0.84% | - |
| XYZ | 37.05 | 54.7 | 12.74 | - |
| YUV | 176.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 59 | 0.31 | 0 | 0.72 | 0.16 | 85.55 | 0.65 | 0.54 |
| Hex | 94 | D6 | 3B | 1F | 0 | 48 | 10 | 56 | 41 | 36 |
| Octal | 224 | 326 | 73 | 37 | 0 | 110 | 20 | 126 | 101 | 66 |
| Binary | 10010100 | 11010110 | 111011 | 11111 | 0 | 1001000 | 10000 | 1010110 | 1000001 | 110110 |
Color Harmonies of #94D63B
Complementary color
Monochromatic Colors of #94D63B
Black with #94D63B
Text Example
Text Example
White with #94D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D63B; }
p { color: rgb(148,214,59); }
H1.HeaderClassName
{
color: #94D63B;
}
.AnyTagClassName
{
color: #94D63B;
}
</style>
background-color css
<style>
a { background-color: #94D63B; }
a { background-color: rgb(148,214,59); }
div.DivClassName
{
background-color: #94D63B;
}
.BgClassName
{
background-color: #94D63B;
}
</style>
border-color css
<style>
span { border-color: #94D63B; }
span { border-color: rgb(148,214,59); }
td.TdClassName
{
border-color: #94D63B;
}
.TagClassName
{
border-color: #94D63B;
}
</style>