Shades of Mantis #74CF4F
Tints of Mantis #74CF4F
RGB
CMYK
RGB Variations
Color information
#74CF4F (or 0x74CF4F) is known color: Mantis. HEX triplet: 74, CF and 4F. RGB value is (116,207,79). Sum of RGB (Red+Green+Blue) = 116+207+79=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF4F is #8B30B0. Grayscale: #A5A5A5. Windows color (decimal): -9121969 or 5230452. OLE color: 5230452.
HSL color Cylindrical-coordinate representation of color #74CF4F: hue angle of 102.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74CF4F is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 79 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.19 |
| HSL | 102.66º | 0.57% | 0.56% | - |
| HSV(B) | 102.66º | 0.62% | 0.81% | - |
| XYZ | 30.93 | 48.9 | 15.21 | - |
| YUV | 165.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 79 | 0.44 | 0 | 0.62 | 0.19 | 102.66 | 0.57 | 0.56 |
| Hex | 74 | CF | 4F | 2C | 0 | 3E | 13 | 67 | 39 | 38 |
| Octal | 164 | 317 | 117 | 54 | 0 | 76 | 23 | 147 | 71 | 70 |
| Binary | 1110100 | 11001111 | 1001111 | 101100 | 0 | 111110 | 10011 | 1100111 | 111001 | 111000 |
Color Harmonies of #74CF4F
Complementary color
Monochromatic Colors of #74CF4F
Black with #74CF4F
Text Example
Text Example
White with #74CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF4F; }
p { color: rgb(116,207,79); }
H1.HeaderClassName
{
color: #74CF4F;
}
.AnyTagClassName
{
color: #74CF4F;
}
</style>
background-color css
<style>
a { background-color: #74CF4F; }
a { background-color: rgb(116,207,79); }
div.DivClassName
{
background-color: #74CF4F;
}
.BgClassName
{
background-color: #74CF4F;
}
</style>
border-color css
<style>
span { border-color: #74CF4F; }
span { border-color: rgb(116,207,79); }
td.TdClassName
{
border-color: #74CF4F;
}
.TagClassName
{
border-color: #74CF4F;
}
</style>