Shades of Atlantis #94DF53
Tints of Atlantis #94DF53
RGB
CMYK
RGB Variations
Color information
#94DF53 (or 0x94DF53) is known color: Atlantis. HEX triplet: 94, DF and 53. RGB value is (148,223,83). Sum of RGB (Red+Green+Blue) = 148+223+83=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF53 is #6B20AC. Grayscale: #B9B9B9. Windows color (decimal): -7020717 or 5496724. OLE color: 5496724.
HSL color Cylindrical-coordinate representation of color #94DF53: hue angle of 92.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94DF53 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 83 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.13 |
| HSL | 92.14º | 0.69% | 0.6% | - |
| HSV(B) | 92.14º | 0.63% | 0.87% | - |
| XYZ | 40.16 | 59.7 | 17.59 | - |
| YUV | 184.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 83 | 0.34 | 0 | 0.63 | 0.13 | 92.14 | 0.69 | 0.6 |
| Hex | 94 | DF | 53 | 22 | 0 | 3F | D | 5C | 45 | 3C |
| Octal | 224 | 337 | 123 | 42 | 0 | 77 | 15 | 134 | 105 | 74 |
| Binary | 10010100 | 11011111 | 1010011 | 100010 | 0 | 111111 | 1101 | 1011100 | 1000101 | 111100 |
Color Harmonies of #94DF53
Complementary color
Monochromatic Colors of #94DF53
Black with #94DF53
Text Example
Text Example
White with #94DF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF53; }
p { color: rgb(148,223,83); }
H1.HeaderClassName
{
color: #94DF53;
}
.AnyTagClassName
{
color: #94DF53;
}
</style>
background-color css
<style>
a { background-color: #94DF53; }
a { background-color: rgb(148,223,83); }
div.DivClassName
{
background-color: #94DF53;
}
.BgClassName
{
background-color: #94DF53;
}
</style>
border-color css
<style>
span { border-color: #94DF53; }
span { border-color: rgb(148,223,83); }
td.TdClassName
{
border-color: #94DF53;
}
.TagClassName
{
border-color: #94DF53;
}
</style>