Shades of Atlantis #93BC41
Tints of Atlantis #93BC41
RGB
CMYK
RGB Variations
Color information
#93BC41 (or 0x93BC41) is known color: Atlantis. HEX triplet: 93, BC and 41. RGB value is (147,188,65). Sum of RGB (Red+Green+Blue) = 147+188+65=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC41 is #6C43BE. Grayscale: #A2A2A2. Windows color (decimal): -7095231 or 4308115. OLE color: 4308115.
HSL color Cylindrical-coordinate representation of color #93BC41: hue angle of 80º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93BC41 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 65 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.26 |
| HSL | 80º | 0.49% | 0.5% | - |
| HSV(B) | 80º | 0.65% | 0.74% | - |
| XYZ | 30.97 | 42.55 | 11.58 | - |
| YUV | 161.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 65 | 0.22 | 0 | 0.65 | 0.26 | 80 | 0.49 | 0.5 |
| Hex | 93 | BC | 41 | 16 | 0 | 41 | 1A | 50 | 31 | 32 |
| Octal | 223 | 274 | 101 | 26 | 0 | 101 | 32 | 120 | 61 | 62 |
| Binary | 10010011 | 10111100 | 1000001 | 10110 | 0 | 1000001 | 11010 | 1010000 | 110001 | 110010 |
Color Harmonies of #93BC41
Complementary color
Monochromatic Colors of #93BC41
Black with #93BC41
Text Example
Text Example
White with #93BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC41; }
p { color: rgb(147,188,65); }
H1.HeaderClassName
{
color: #93BC41;
}
.AnyTagClassName
{
color: #93BC41;
}
</style>
background-color css
<style>
a { background-color: #93BC41; }
a { background-color: rgb(147,188,65); }
div.DivClassName
{
background-color: #93BC41;
}
.BgClassName
{
background-color: #93BC41;
}
</style>
border-color css
<style>
span { border-color: #93BC41; }
span { border-color: rgb(147,188,65); }
td.TdClassName
{
border-color: #93BC41;
}
.TagClassName
{
border-color: #93BC41;
}
</style>