Shades of Mantis #74CF5C
Tints of Mantis #74CF5C
RGB
CMYK
RGB Variations
Color information
#74CF5C (or 0x74CF5C) is known color: Mantis. HEX triplet: 74, CF and 5C. RGB value is (116,207,92). Sum of RGB (Red+Green+Blue) = 116+207+92=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF5C is #8B30A3. Grayscale: #A7A7A7. Windows color (decimal): -9121956 or 6082420. OLE color: 6082420.
HSL color Cylindrical-coordinate representation of color #74CF5C: hue angle of 107.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74CF5C is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 92 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.19 |
| HSL | 107.48º | 0.55% | 0.59% | - |
| HSV(B) | 107.48º | 0.56% | 0.81% | - |
| XYZ | 31.45 | 49.11 | 17.95 | - |
| YUV | 166.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 92 | 0.44 | 0 | 0.56 | 0.19 | 107.48 | 0.55 | 0.59 |
| Hex | 74 | CF | 5C | 2C | 0 | 38 | 13 | 6B | 37 | 3B |
| Octal | 164 | 317 | 134 | 54 | 0 | 70 | 23 | 153 | 67 | 73 |
| Binary | 1110100 | 11001111 | 1011100 | 101100 | 0 | 111000 | 10011 | 1101011 | 110111 | 111011 |
Color Harmonies of #74CF5C
Complementary color
Monochromatic Colors of #74CF5C
Black with #74CF5C
Text Example
Text Example
White with #74CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF5C; }
p { color: rgb(116,207,92); }
H1.HeaderClassName
{
color: #74CF5C;
}
.AnyTagClassName
{
color: #74CF5C;
}
</style>
background-color css
<style>
a { background-color: #74CF5C; }
a { background-color: rgb(116,207,92); }
div.DivClassName
{
background-color: #74CF5C;
}
.BgClassName
{
background-color: #74CF5C;
}
</style>
border-color css
<style>
span { border-color: #74CF5C; }
span { border-color: rgb(116,207,92); }
td.TdClassName
{
border-color: #74CF5C;
}
.TagClassName
{
border-color: #74CF5C;
}
</style>