Shades of Atlantis #93CB3E
Tints of Atlantis #93CB3E
RGB
CMYK
RGB Variations
Color information
#93CB3E (or 0x93CB3E) is known color: Atlantis. HEX triplet: 93, CB and 3E. RGB value is (147,203,62). Sum of RGB (Red+Green+Blue) = 147+203+62=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CB3E is #6C34C1. Grayscale: #AAAAAA. Windows color (decimal): -7091394 or 4115347. OLE color: 4115347.
HSL color Cylindrical-coordinate representation of color #93CB3E: hue angle of 83.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93CB3E is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 62 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.20 |
| HSL | 83.83º | 0.58% | 0.52% | - |
| HSV(B) | 83.83º | 0.69% | 0.8% | - |
| XYZ | 34.26 | 49.26 | 12.26 | - |
| YUV | 170.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 62 | 0.28 | 0 | 0.69 | 0.20 | 83.83 | 0.58 | 0.52 |
| Hex | 93 | CB | 3E | 1C | 0 | 45 | 14 | 54 | 3A | 34 |
| Octal | 223 | 313 | 76 | 34 | 0 | 105 | 24 | 124 | 72 | 64 |
| Binary | 10010011 | 11001011 | 111110 | 11100 | 0 | 1000101 | 10100 | 1010100 | 111010 | 110100 |
Color Harmonies of #93CB3E
Complementary color
Monochromatic Colors of #93CB3E
Black with #93CB3E
Text Example
Text Example
White with #93CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB3E; }
p { color: rgb(147,203,62); }
H1.HeaderClassName
{
color: #93CB3E;
}
.AnyTagClassName
{
color: #93CB3E;
}
</style>
background-color css
<style>
a { background-color: #93CB3E; }
a { background-color: rgb(147,203,62); }
div.DivClassName
{
background-color: #93CB3E;
}
.BgClassName
{
background-color: #93CB3E;
}
</style>
border-color css
<style>
span { border-color: #93CB3E; }
span { border-color: rgb(147,203,62); }
td.TdClassName
{
border-color: #93CB3E;
}
.TagClassName
{
border-color: #93CB3E;
}
</style>