Shades of Mantis #93CF5C
Tints of Mantis #93CF5C
RGB
CMYK
RGB Variations
Color information
#93CF5C (or 0x93CF5C) is known color: Mantis. HEX triplet: 93, CF and 5C. RGB value is (147,207,92). Sum of RGB (Red+Green+Blue) = 147+207+92=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF5C is #6C30A3. Grayscale: #B0B0B0. Windows color (decimal): -7090340 or 6082451. OLE color: 6082451.
HSL color Cylindrical-coordinate representation of color #93CF5C: hue angle of 91.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93CF5C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 92 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.19 |
| HSL | 91.3º | 0.55% | 0.59% | - |
| HSV(B) | 91.3º | 0.56% | 0.81% | - |
| XYZ | 36.28 | 51.6 | 18.17 | - |
| YUV | 175.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 92 | 0.29 | 0 | 0.56 | 0.19 | 91.3 | 0.55 | 0.59 |
| Hex | 93 | CF | 5C | 1D | 0 | 38 | 13 | 5B | 37 | 3B |
| Octal | 223 | 317 | 134 | 35 | 0 | 70 | 23 | 133 | 67 | 73 |
| Binary | 10010011 | 11001111 | 1011100 | 11101 | 0 | 111000 | 10011 | 1011011 | 110111 | 111011 |
Color Harmonies of #93CF5C
Complementary color
Monochromatic Colors of #93CF5C
Black with #93CF5C
Text Example
Text Example
White with #93CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF5C; }
p { color: rgb(147,207,92); }
H1.HeaderClassName
{
color: #93CF5C;
}
.AnyTagClassName
{
color: #93CF5C;
}
</style>
background-color css
<style>
a { background-color: #93CF5C; }
a { background-color: rgb(147,207,92); }
div.DivClassName
{
background-color: #93CF5C;
}
.BgClassName
{
background-color: #93CF5C;
}
</style>
border-color css
<style>
span { border-color: #93CF5C; }
span { border-color: rgb(147,207,92); }
td.TdClassName
{
border-color: #93CF5C;
}
.TagClassName
{
border-color: #93CF5C;
}
</style>