Shades of Mantis #69CC5C
Tints of Mantis #69CC5C
RGB
CMYK
RGB Variations
Color information
#69CC5C (or 0x69CC5C) is known color: Mantis. HEX triplet: 69, CC and 5C. RGB value is (105,204,92). Sum of RGB (Red+Green+Blue) = 105+204+92=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC5C is #9633A3. Grayscale: #A1A1A1. Windows color (decimal): -9843620 or 6081641. OLE color: 6081641.
HSL color Cylindrical-coordinate representation of color #69CC5C: hue angle of 113.04º 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 #69CC5C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 92 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.2 |
| HSL | 113.04º | 0.52% | 0.58% | - |
| HSV(B) | 113.04º | 0.55% | 0.8% | - |
| XYZ | 29.35 | 46.96 | 17.64 | - |
| YUV | 161.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 92 | 0.49 | 0 | 0.55 | 0.2 | 113.04 | 0.52 | 0.58 |
| Hex | 69 | CC | 5C | 31 | 0 | 37 | 14 | 71 | 34 | 3A |
| Octal | 151 | 314 | 134 | 61 | 0 | 67 | 24 | 161 | 64 | 72 |
| Binary | 1101001 | 11001100 | 1011100 | 110001 | 0 | 110111 | 10100 | 1110001 | 110100 | 111010 |
Color Harmonies of #69CC5C
Complementary color
Monochromatic Colors of #69CC5C
Black with #69CC5C
Text Example
Text Example
White with #69CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC5C; }
p { color: rgb(105,204,92); }
H1.HeaderClassName
{
color: #69CC5C;
}
.AnyTagClassName
{
color: #69CC5C;
}
</style>
background-color css
<style>
a { background-color: #69CC5C; }
a { background-color: rgb(105,204,92); }
div.DivClassName
{
background-color: #69CC5C;
}
.BgClassName
{
background-color: #69CC5C;
}
</style>
border-color css
<style>
span { border-color: #69CC5C; }
span { border-color: rgb(105,204,92); }
td.TdClassName
{
border-color: #69CC5C;
}
.TagClassName
{
border-color: #69CC5C;
}
</style>