Shades of Mantis #6CCA53
Tints of Mantis #6CCA53
RGB
CMYK
RGB Variations
Color information
#6CCA53 (or 0x6CCA53) is known color: Mantis. HEX triplet: 6C, CA and 53. RGB value is (108,202,83). Sum of RGB (Red+Green+Blue) = 108+202+83=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA53 is #9335AC. Grayscale: #A0A0A0. Windows color (decimal): -9647533 or 5491308. OLE color: 5491308.
HSL color Cylindrical-coordinate representation of color #6CCA53: hue angle of 107.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CCA53 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 83 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.21 |
| HSL | 107.4º | 0.53% | 0.56% | - |
| HSV(B) | 107.4º | 0.59% | 0.79% | - |
| XYZ | 28.87 | 46.05 | 15.55 | - |
| YUV | 160.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 83 | 0.47 | 0 | 0.59 | 0.21 | 107.4 | 0.53 | 0.56 |
| Hex | 6C | CA | 53 | 2F | 0 | 3B | 15 | 6B | 35 | 38 |
| Octal | 154 | 312 | 123 | 57 | 0 | 73 | 25 | 153 | 65 | 70 |
| Binary | 1101100 | 11001010 | 1010011 | 101111 | 0 | 111011 | 10101 | 1101011 | 110101 | 111000 |
Color Harmonies of #6CCA53
Complementary color
Monochromatic Colors of #6CCA53
Black with #6CCA53
Text Example
Text Example
White with #6CCA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA53; }
p { color: rgb(108,202,83); }
H1.HeaderClassName
{
color: #6CCA53;
}
.AnyTagClassName
{
color: #6CCA53;
}
</style>
background-color css
<style>
a { background-color: #6CCA53; }
a { background-color: rgb(108,202,83); }
div.DivClassName
{
background-color: #6CCA53;
}
.BgClassName
{
background-color: #6CCA53;
}
</style>
border-color css
<style>
span { border-color: #6CCA53; }
span { border-color: rgb(108,202,83); }
td.TdClassName
{
border-color: #6CCA53;
}
.TagClassName
{
border-color: #6CCA53;
}
</style>