Shades of Atlantis #94DF33
Tints of Atlantis #94DF33
RGB
CMYK
RGB Variations
Color information
#94DF33 (or 0x94DF33) is known color: Atlantis. HEX triplet: 94, DF and 33. RGB value is (148,223,51). Sum of RGB (Red+Green+Blue) = 148+223+51=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DF33 is #6B20CC. Grayscale: #B5B5B5. Windows color (decimal): -7020749 or 3399572. OLE color: 3399572.
HSL color Cylindrical-coordinate representation of color #94DF33: hue angle of 86.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94DF33 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 51 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.13 |
| HSL | 86.16º | 0.73% | 0.54% | - |
| HSV(B) | 86.16º | 0.77% | 0.87% | - |
| XYZ | 39.2 | 59.31 | 12.51 | - |
| YUV | 180.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 51 | 0.34 | 0 | 0.77 | 0.13 | 86.16 | 0.73 | 0.54 |
| Hex | 94 | DF | 33 | 22 | 0 | 4D | D | 56 | 49 | 36 |
| Octal | 224 | 337 | 63 | 42 | 0 | 115 | 15 | 126 | 111 | 66 |
| Binary | 10010100 | 11011111 | 110011 | 100010 | 0 | 1001101 | 1101 | 1010110 | 1001001 | 110110 |
Color Harmonies of #94DF33
Complementary color
Monochromatic Colors of #94DF33
Black with #94DF33
Text Example
Text Example
White with #94DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF33; }
p { color: rgb(148,223,51); }
H1.HeaderClassName
{
color: #94DF33;
}
.AnyTagClassName
{
color: #94DF33;
}
</style>
background-color css
<style>
a { background-color: #94DF33; }
a { background-color: rgb(148,223,51); }
div.DivClassName
{
background-color: #94DF33;
}
.BgClassName
{
background-color: #94DF33;
}
</style>
border-color css
<style>
span { border-color: #94DF33; }
span { border-color: rgb(148,223,51); }
td.TdClassName
{
border-color: #94DF33;
}
.TagClassName
{
border-color: #94DF33;
}
</style>