Shades of Mantis #75BF4B
Tints of Mantis #75BF4B
RGB
CMYK
RGB Variations
Color information
#75BF4B (or 0x75BF4B) is known color: Mantis. HEX triplet: 75, BF and 4B. RGB value is (117,191,75). Sum of RGB (Red+Green+Blue) = 117+191+75=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF4B is #8A40B4. Grayscale: #9C9C9C. Windows color (decimal): -9060533 or 4964213. OLE color: 4964213.
HSL color Cylindrical-coordinate representation of color #75BF4B: hue angle of 98.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75BF4B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 75 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.25 |
| HSL | 98.28º | 0.48% | 0.52% | - |
| HSV(B) | 98.28º | 0.61% | 0.75% | - |
| XYZ | 27.24 | 41.55 | 13.24 | - |
| YUV | 155.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 75 | 0.39 | 0 | 0.61 | 0.25 | 98.28 | 0.48 | 0.52 |
| Hex | 75 | BF | 4B | 27 | 0 | 3D | 19 | 62 | 30 | 34 |
| Octal | 165 | 277 | 113 | 47 | 0 | 75 | 31 | 142 | 60 | 64 |
| Binary | 1110101 | 10111111 | 1001011 | 100111 | 0 | 111101 | 11001 | 1100010 | 110000 | 110100 |
Color Harmonies of #75BF4B
Complementary color
Monochromatic Colors of #75BF4B
Black with #75BF4B
Text Example
Text Example
White with #75BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BF4B; }
p { color: rgb(117,191,75); }
H1.HeaderClassName
{
color: #75BF4B;
}
.AnyTagClassName
{
color: #75BF4B;
}
</style>
background-color css
<style>
a { background-color: #75BF4B; }
a { background-color: rgb(117,191,75); }
div.DivClassName
{
background-color: #75BF4B;
}
.BgClassName
{
background-color: #75BF4B;
}
</style>
border-color css
<style>
span { border-color: #75BF4B; }
span { border-color: rgb(117,191,75); }
td.TdClassName
{
border-color: #75BF4B;
}
.TagClassName
{
border-color: #75BF4B;
}
</style>