Shades of Mantis #69CF55
Tints of Mantis #69CF55
RGB
CMYK
RGB Variations
Color information
#69CF55 (or 0x69CF55) is known color: Mantis. HEX triplet: 69, CF and 55. RGB value is (105,207,85). Sum of RGB (Red+Green+Blue) = 105+207+85=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CF55 is #9630AA. Grayscale: #A2A2A2. Windows color (decimal): -9842859 or 5623657. OLE color: 5623657.
HSL color Cylindrical-coordinate representation of color #69CF55: hue angle of 110.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69CF55 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 85 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.19 |
| HSL | 110.16º | 0.56% | 0.57% | - |
| HSV(B) | 110.16º | 0.59% | 0.81% | - |
| XYZ | 29.78 | 48.28 | 16.34 | - |
| YUV | 162.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 85 | 0.49 | 0 | 0.59 | 0.19 | 110.16 | 0.56 | 0.57 |
| Hex | 69 | CF | 55 | 31 | 0 | 3B | 13 | 6E | 38 | 39 |
| Octal | 151 | 317 | 125 | 61 | 0 | 73 | 23 | 156 | 70 | 71 |
| Binary | 1101001 | 11001111 | 1010101 | 110001 | 0 | 111011 | 10011 | 1101110 | 111000 | 111001 |
Color Harmonies of #69CF55
Complementary color
Monochromatic Colors of #69CF55
Black with #69CF55
Text Example
Text Example
White with #69CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF55; }
p { color: rgb(105,207,85); }
H1.HeaderClassName
{
color: #69CF55;
}
.AnyTagClassName
{
color: #69CF55;
}
</style>
background-color css
<style>
a { background-color: #69CF55; }
a { background-color: rgb(105,207,85); }
div.DivClassName
{
background-color: #69CF55;
}
.BgClassName
{
background-color: #69CF55;
}
</style>
border-color css
<style>
span { border-color: #69CF55; }
span { border-color: rgb(105,207,85); }
td.TdClassName
{
border-color: #69CF55;
}
.TagClassName
{
border-color: #69CF55;
}
</style>