Shades of Atlantis #93CB41
Tints of Atlantis #93CB41
RGB
CMYK
RGB Variations
Color information
#93CB41 (or 0x93CB41) is known color: Atlantis. HEX triplet: 93, CB and 41. RGB value is (147,203,65). Sum of RGB (Red+Green+Blue) = 147+203+65=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CB41 is #6C34BE. Grayscale: #ABABAB. Windows color (decimal): -7091391 or 4311955. OLE color: 4311955.
HSL color Cylindrical-coordinate representation of color #93CB41: hue angle of 84.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93CB41 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 65 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.20 |
| HSL | 84.35º | 0.57% | 0.53% | - |
| HSV(B) | 84.35º | 0.68% | 0.8% | - |
| XYZ | 34.34 | 49.3 | 12.71 | - |
| YUV | 170.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 65 | 0.28 | 0 | 0.68 | 0.20 | 84.35 | 0.57 | 0.53 |
| Hex | 93 | CB | 41 | 1C | 0 | 44 | 14 | 54 | 39 | 35 |
| Octal | 223 | 313 | 101 | 34 | 0 | 104 | 24 | 124 | 71 | 65 |
| Binary | 10010011 | 11001011 | 1000001 | 11100 | 0 | 1000100 | 10100 | 1010100 | 111001 | 110101 |
Color Harmonies of #93CB41
Complementary color
Monochromatic Colors of #93CB41
Black with #93CB41
Text Example
Text Example
White with #93CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB41; }
p { color: rgb(147,203,65); }
H1.HeaderClassName
{
color: #93CB41;
}
.AnyTagClassName
{
color: #93CB41;
}
</style>
background-color css
<style>
a { background-color: #93CB41; }
a { background-color: rgb(147,203,65); }
div.DivClassName
{
background-color: #93CB41;
}
.BgClassName
{
background-color: #93CB41;
}
</style>
border-color css
<style>
span { border-color: #93CB41; }
span { border-color: rgb(147,203,65); }
td.TdClassName
{
border-color: #93CB41;
}
.TagClassName
{
border-color: #93CB41;
}
</style>