Shades of Mantis #67CA5A
Tints of Mantis #67CA5A
RGB
CMYK
RGB Variations
Color information
#67CA5A (or 0x67CA5A) is known color: Mantis. HEX triplet: 67, CA and 5A. RGB value is (103,202,90). Sum of RGB (Red+Green+Blue) = 103+202+90=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CA5A is #9835A5. Grayscale: #9F9F9F. Windows color (decimal): -9975206 or 5950055. OLE color: 5950055.
HSL color Cylindrical-coordinate representation of color #67CA5A: hue angle of 113.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67CA5A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 90 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.21 |
| HSL | 113.04º | 0.51% | 0.57% | - |
| HSV(B) | 113.04º | 0.55% | 0.79% | - |
| XYZ | 28.56 | 45.86 | 17.02 | - |
| YUV | 159.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 90 | 0.49 | 0 | 0.55 | 0.21 | 113.04 | 0.51 | 0.57 |
| Hex | 67 | CA | 5A | 31 | 0 | 37 | 15 | 71 | 33 | 39 |
| Octal | 147 | 312 | 132 | 61 | 0 | 67 | 25 | 161 | 63 | 71 |
| Binary | 1100111 | 11001010 | 1011010 | 110001 | 0 | 110111 | 10101 | 1110001 | 110011 | 111001 |
Color Harmonies of #67CA5A
Complementary color
Monochromatic Colors of #67CA5A
Black with #67CA5A
Text Example
Text Example
White with #67CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA5A; }
p { color: rgb(103,202,90); }
H1.HeaderClassName
{
color: #67CA5A;
}
.AnyTagClassName
{
color: #67CA5A;
}
</style>
background-color css
<style>
a { background-color: #67CA5A; }
a { background-color: rgb(103,202,90); }
div.DivClassName
{
background-color: #67CA5A;
}
.BgClassName
{
background-color: #67CA5A;
}
</style>
border-color css
<style>
span { border-color: #67CA5A; }
span { border-color: rgb(103,202,90); }
td.TdClassName
{
border-color: #67CA5A;
}
.TagClassName
{
border-color: #67CA5A;
}
</style>