Shades of Atlantis #93C33D
Tints of Atlantis #93C33D
RGB
CMYK
RGB Variations
Color information
#93C33D (or 0x93C33D) is known color: Atlantis. HEX triplet: 93, C3 and 3D. RGB value is (147,195,61). Sum of RGB (Red+Green+Blue) = 147+195+61=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #93C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C33D is #6C3CC2. Grayscale: #A5A5A5. Windows color (decimal): -7093443 or 4047763. OLE color: 4047763.
HSL color Cylindrical-coordinate representation of color #93C33D: hue angle of 81.49º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93C33D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 61 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.24 |
| HSL | 81.49º | 0.53% | 0.5% | - |
| HSV(B) | 81.49º | 0.69% | 0.76% | - |
| XYZ | 32.39 | 45.57 | 11.5 | - |
| YUV | 165.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 61 | 0.25 | 0 | 0.69 | 0.24 | 81.49 | 0.53 | 0.5 |
| Hex | 93 | C3 | 3D | 19 | 0 | 45 | 18 | 51 | 35 | 32 |
| Octal | 223 | 303 | 75 | 31 | 0 | 105 | 30 | 121 | 65 | 62 |
| Binary | 10010011 | 11000011 | 111101 | 11001 | 0 | 1000101 | 11000 | 1010001 | 110101 | 110010 |
Color Harmonies of #93C33D
Complementary color
Monochromatic Colors of #93C33D
Black with #93C33D
Text Example
Text Example
White with #93C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C33D; }
p { color: rgb(147,195,61); }
H1.HeaderClassName
{
color: #93C33D;
}
.AnyTagClassName
{
color: #93C33D;
}
</style>
background-color css
<style>
a { background-color: #93C33D; }
a { background-color: rgb(147,195,61); }
div.DivClassName
{
background-color: #93C33D;
}
.BgClassName
{
background-color: #93C33D;
}
</style>
border-color css
<style>
span { border-color: #93C33D; }
span { border-color: rgb(147,195,61); }
td.TdClassName
{
border-color: #93C33D;
}
.TagClassName
{
border-color: #93C33D;
}
</style>