Shades of Atlantis #93DC34
Tints of Atlantis #93DC34
RGB
CMYK
RGB Variations
Color information
#93DC34 (or 0x93DC34) is known color: Atlantis. HEX triplet: 93, DC and 34. RGB value is (147,220,52). Sum of RGB (Red+Green+Blue) = 147+220+52=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC34 is #6C23CB. Grayscale: #B3B3B3. Windows color (decimal): -7087052 or 3464339. OLE color: 3464339.
HSL color Cylindrical-coordinate representation of color #93DC34: hue angle of 86.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93DC34 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 52 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.14 |
| HSL | 86.07º | 0.71% | 0.53% | - |
| HSV(B) | 86.07º | 0.76% | 0.86% | - |
| XYZ | 38.25 | 57.64 | 12.36 | - |
| YUV | 179.02 | 56.32 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 52 | 0.33 | 0 | 0.76 | 0.14 | 86.07 | 0.71 | 0.53 |
| Hex | 93 | DC | 34 | 21 | 0 | 4C | E | 56 | 47 | 35 |
| Octal | 223 | 334 | 64 | 41 | 0 | 114 | 16 | 126 | 107 | 65 |
| Binary | 10010011 | 11011100 | 110100 | 100001 | 0 | 1001100 | 1110 | 1010110 | 1000111 | 110101 |
Color Harmonies of #93DC34
Complementary color
Monochromatic Colors of #93DC34
Black with #93DC34
Text Example
Text Example
White with #93DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC34; }
p { color: rgb(147,220,52); }
H1.HeaderClassName
{
color: #93DC34;
}
.AnyTagClassName
{
color: #93DC34;
}
</style>
background-color css
<style>
a { background-color: #93DC34; }
a { background-color: rgb(147,220,52); }
div.DivClassName
{
background-color: #93DC34;
}
.BgClassName
{
background-color: #93DC34;
}
</style>
border-color css
<style>
span { border-color: #93DC34; }
span { border-color: rgb(147,220,52); }
td.TdClassName
{
border-color: #93DC34;
}
.TagClassName
{
border-color: #93DC34;
}
</style>