Shades of Atlantis #94DC51
Tints of Atlantis #94DC51
RGB
CMYK
RGB Variations
Color information
#94DC51 (or 0x94DC51) is known color: Atlantis. HEX triplet: 94, DC and 51. RGB value is (148,220,81). Sum of RGB (Red+Green+Blue) = 148+220+81=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC51 is #6B23AE. Grayscale: #B7B7B7. Windows color (decimal): -7021487 or 5364884. OLE color: 5364884.
HSL color Cylindrical-coordinate representation of color #94DC51: hue angle of 91.08º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94DC51 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 81 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.14 |
| HSL | 91.08º | 0.67% | 0.59% | - |
| HSV(B) | 91.08º | 0.63% | 0.86% | - |
| XYZ | 39.29 | 58.08 | 16.92 | - |
| YUV | 182.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 81 | 0.33 | 0 | 0.63 | 0.14 | 91.08 | 0.67 | 0.59 |
| Hex | 94 | DC | 51 | 21 | 0 | 3F | E | 5B | 43 | 3B |
| Octal | 224 | 334 | 121 | 41 | 0 | 77 | 16 | 133 | 103 | 73 |
| Binary | 10010100 | 11011100 | 1010001 | 100001 | 0 | 111111 | 1110 | 1011011 | 1000011 | 111011 |
Color Harmonies of #94DC51
Complementary color
Monochromatic Colors of #94DC51
Black with #94DC51
Text Example
Text Example
White with #94DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC51; }
p { color: rgb(148,220,81); }
H1.HeaderClassName
{
color: #94DC51;
}
.AnyTagClassName
{
color: #94DC51;
}
</style>
background-color css
<style>
a { background-color: #94DC51; }
a { background-color: rgb(148,220,81); }
div.DivClassName
{
background-color: #94DC51;
}
.BgClassName
{
background-color: #94DC51;
}
</style>
border-color css
<style>
span { border-color: #94DC51; }
span { border-color: rgb(148,220,81); }
td.TdClassName
{
border-color: #94DC51;
}
.TagClassName
{
border-color: #94DC51;
}
</style>