Shades of Atlantis #94DD32
Tints of Atlantis #94DD32
RGB
CMYK
RGB Variations
Color information
#94DD32 (or 0x94DD32) is known color: Atlantis. HEX triplet: 94, DD and 32. RGB value is (148,221,50). Sum of RGB (Red+Green+Blue) = 148+221+50=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD32 is #6B22CD. Grayscale: #B4B4B4. Windows color (decimal): -7021262 or 3333524. OLE color: 3333524.
HSL color Cylindrical-coordinate representation of color #94DD32: hue angle of 85.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94DD32 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 50 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.13 |
| HSL | 85.61º | 0.72% | 0.53% | - |
| HSV(B) | 85.61º | 0.77% | 0.87% | - |
| XYZ | 38.64 | 58.24 | 12.22 | - |
| YUV | 179.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 50 | 0.33 | 0 | 0.77 | 0.13 | 85.61 | 0.72 | 0.53 |
| Hex | 94 | DD | 32 | 21 | 0 | 4D | D | 56 | 48 | 35 |
| Octal | 224 | 335 | 62 | 41 | 0 | 115 | 15 | 126 | 110 | 65 |
| Binary | 10010100 | 11011101 | 110010 | 100001 | 0 | 1001101 | 1101 | 1010110 | 1001000 | 110101 |
Color Harmonies of #94DD32
Complementary color
Monochromatic Colors of #94DD32
Black with #94DD32
Text Example
Text Example
White with #94DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD32; }
p { color: rgb(148,221,50); }
H1.HeaderClassName
{
color: #94DD32;
}
.AnyTagClassName
{
color: #94DD32;
}
</style>
background-color css
<style>
a { background-color: #94DD32; }
a { background-color: rgb(148,221,50); }
div.DivClassName
{
background-color: #94DD32;
}
.BgClassName
{
background-color: #94DD32;
}
</style>
border-color css
<style>
span { border-color: #94DD32; }
span { border-color: rgb(148,221,50); }
td.TdClassName
{
border-color: #94DD32;
}
.TagClassName
{
border-color: #94DD32;
}
</style>