Shades of Atlantis #94D637
Tints of Atlantis #94D637
RGB
CMYK
RGB Variations
Color information
#94D637 (or 0x94D637) is known color: Atlantis. HEX triplet: 94, D6 and 37. RGB value is (148,214,55). Sum of RGB (Red+Green+Blue) = 148+214+55=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #94D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D637 is #6B29C8. Grayscale: #B0B0B0. Windows color (decimal): -7023049 or 3659412. OLE color: 3659412.
HSL color Cylindrical-coordinate representation of color #94D637: hue angle of 84.91º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94D637 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 55 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.16 |
| HSL | 84.91º | 0.66% | 0.53% | - |
| HSV(B) | 84.91º | 0.74% | 0.84% | - |
| XYZ | 36.95 | 54.66 | 12.22 | - |
| YUV | 176.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 55 | 0.31 | 0 | 0.74 | 0.16 | 84.91 | 0.66 | 0.53 |
| Hex | 94 | D6 | 37 | 1F | 0 | 4A | 10 | 55 | 42 | 35 |
| Octal | 224 | 326 | 67 | 37 | 0 | 112 | 20 | 125 | 102 | 65 |
| Binary | 10010100 | 11010110 | 110111 | 11111 | 0 | 1001010 | 10000 | 1010101 | 1000010 | 110101 |
Color Harmonies of #94D637
Complementary color
Monochromatic Colors of #94D637
Black with #94D637
Text Example
Text Example
White with #94D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D637; }
p { color: rgb(148,214,55); }
H1.HeaderClassName
{
color: #94D637;
}
.AnyTagClassName
{
color: #94D637;
}
</style>
background-color css
<style>
a { background-color: #94D637; }
a { background-color: rgb(148,214,55); }
div.DivClassName
{
background-color: #94D637;
}
.BgClassName
{
background-color: #94D637;
}
</style>
border-color css
<style>
span { border-color: #94D637; }
span { border-color: rgb(148,214,55); }
td.TdClassName
{
border-color: #94D637;
}
.TagClassName
{
border-color: #94D637;
}
</style>