Shades of Mantis #69CB5B
Tints of Mantis #69CB5B
RGB
CMYK
RGB Variations
Color information
#69CB5B (or 0x69CB5B) is known color: Mantis. HEX triplet: 69, CB and 5B. RGB value is (105,203,91). Sum of RGB (Red+Green+Blue) = 105+203+91=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB5B is #9634A4. Grayscale: #A1A1A1. Windows color (decimal): -9843877 or 6015849. OLE color: 6015849.
HSL color Cylindrical-coordinate representation of color #69CB5B: hue angle of 112.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69CB5B is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 91 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.20 |
| HSL | 112.5º | 0.52% | 0.58% | - |
| HSV(B) | 112.5º | 0.55% | 0.8% | - |
| XYZ | 29.07 | 46.47 | 17.34 | - |
| YUV | 160.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 91 | 0.48 | 0 | 0.55 | 0.20 | 112.5 | 0.52 | 0.58 |
| Hex | 69 | CB | 5B | 30 | 0 | 37 | 14 | 70 | 34 | 3A |
| Octal | 151 | 313 | 133 | 60 | 0 | 67 | 24 | 160 | 64 | 72 |
| Binary | 1101001 | 11001011 | 1011011 | 110000 | 0 | 110111 | 10100 | 1110000 | 110100 | 111010 |
Color Harmonies of #69CB5B
Complementary color
Monochromatic Colors of #69CB5B
Black with #69CB5B
Text Example
Text Example
White with #69CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB5B; }
p { color: rgb(105,203,91); }
H1.HeaderClassName
{
color: #69CB5B;
}
.AnyTagClassName
{
color: #69CB5B;
}
</style>
background-color css
<style>
a { background-color: #69CB5B; }
a { background-color: rgb(105,203,91); }
div.DivClassName
{
background-color: #69CB5B;
}
.BgClassName
{
background-color: #69CB5B;
}
</style>
border-color css
<style>
span { border-color: #69CB5B; }
span { border-color: rgb(105,203,91); }
td.TdClassName
{
border-color: #69CB5B;
}
.TagClassName
{
border-color: #69CB5B;
}
</style>