Shades of Atlantis #94DF50
Tints of Atlantis #94DF50
RGB
CMYK
RGB Variations
Color information
#94DF50 (or 0x94DF50) is known color: Atlantis. HEX triplet: 94, DF and 50. RGB value is (148,223,80). Sum of RGB (Red+Green+Blue) = 148+223+80=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DF50 is #6B20AF. Grayscale: #B8B8B8. Windows color (decimal): -7020720 or 5300116. OLE color: 5300116.
HSL color Cylindrical-coordinate representation of color #94DF50: hue angle of 91.47º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94DF50 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 80 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.13 |
| HSL | 91.47º | 0.69% | 0.59% | - |
| HSV(B) | 91.47º | 0.64% | 0.87% | - |
| XYZ | 40.05 | 59.65 | 16.99 | - |
| YUV | 184.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 80 | 0.34 | 0 | 0.64 | 0.13 | 91.47 | 0.69 | 0.59 |
| Hex | 94 | DF | 50 | 22 | 0 | 40 | D | 5B | 45 | 3B |
| Octal | 224 | 337 | 120 | 42 | 0 | 100 | 15 | 133 | 105 | 73 |
| Binary | 10010100 | 11011111 | 1010000 | 100010 | 0 | 1000000 | 1101 | 1011011 | 1000101 | 111011 |
Color Harmonies of #94DF50
Complementary color
Monochromatic Colors of #94DF50
Black with #94DF50
Text Example
Text Example
White with #94DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF50; }
p { color: rgb(148,223,80); }
H1.HeaderClassName
{
color: #94DF50;
}
.AnyTagClassName
{
color: #94DF50;
}
</style>
background-color css
<style>
a { background-color: #94DF50; }
a { background-color: rgb(148,223,80); }
div.DivClassName
{
background-color: #94DF50;
}
.BgClassName
{
background-color: #94DF50;
}
</style>
border-color css
<style>
span { border-color: #94DF50; }
span { border-color: rgb(148,223,80); }
td.TdClassName
{
border-color: #94DF50;
}
.TagClassName
{
border-color: #94DF50;
}
</style>