Shades of Mantis #69C95C
Tints of Mantis #69C95C
RGB
CMYK
RGB Variations
Color information
#69C95C (or 0x69C95C) is known color: Mantis. HEX triplet: 69, C9 and 5C. RGB value is (105,201,92). Sum of RGB (Red+Green+Blue) = 105+201+92=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #69C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C95C is #9636A3. Grayscale: #A0A0A0. Windows color (decimal): -9844388 or 6080873. OLE color: 6080873.
HSL color Cylindrical-coordinate representation of color #69C95C: hue angle of 112.84º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69C95C is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 92 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.21 |
| HSL | 112.84º | 0.5% | 0.57% | - |
| HSV(B) | 112.84º | 0.54% | 0.79% | - |
| XYZ | 28.64 | 45.55 | 17.41 | - |
| YUV | 159.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 92 | 0.48 | 0 | 0.54 | 0.21 | 112.84 | 0.5 | 0.57 |
| Hex | 69 | C9 | 5C | 30 | 0 | 36 | 15 | 71 | 32 | 39 |
| Octal | 151 | 311 | 134 | 60 | 0 | 66 | 25 | 161 | 62 | 71 |
| Binary | 1101001 | 11001001 | 1011100 | 110000 | 0 | 110110 | 10101 | 1110001 | 110010 | 111001 |
Color Harmonies of #69C95C
Complementary color
Monochromatic Colors of #69C95C
Black with #69C95C
Text Example
Text Example
White with #69C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C95C; }
p { color: rgb(105,201,92); }
H1.HeaderClassName
{
color: #69C95C;
}
.AnyTagClassName
{
color: #69C95C;
}
</style>
background-color css
<style>
a { background-color: #69C95C; }
a { background-color: rgb(105,201,92); }
div.DivClassName
{
background-color: #69C95C;
}
.BgClassName
{
background-color: #69C95C;
}
</style>
border-color css
<style>
span { border-color: #69C95C; }
span { border-color: rgb(105,201,92); }
td.TdClassName
{
border-color: #69C95C;
}
.TagClassName
{
border-color: #69C95C;
}
</style>