Shades of Mindaro #CFF456
Tints of Mindaro #CFF456
RGB
CMYK
RGB Variations
Color information
#CFF456 (or 0xCFF456) is known color: Mindaro. HEX triplet: CF, F4 and 56. RGB value is (207,244,86). Sum of RGB (Red+Green+Blue) = 207+244+86=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF456 is #300BA9. Grayscale: #D7D7D7. Windows color (decimal): -3148714 or 5698767. OLE color: 5698767.
HSL color Cylindrical-coordinate representation of color #CFF456: hue angle of 74.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF456 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 86 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.04 |
| HSL | 74.05º | 0.88% | 0.65% | - |
| HSV(B) | 74.05º | 0.65% | 0.96% | - |
| XYZ | 59.76 | 78.64 | 20.83 | - |
| YUV | 214.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 86 | 0.15 | 0 | 0.65 | 0.04 | 74.05 | 0.88 | 0.65 |
| Hex | CF | F4 | 56 | F | 0 | 41 | 4 | 4A | 58 | 41 |
| Octal | 317 | 364 | 126 | 17 | 0 | 101 | 4 | 112 | 130 | 101 |
| Binary | 11001111 | 11110100 | 1010110 | 1111 | 0 | 1000001 | 100 | 1001010 | 1011000 | 1000001 |
Color Harmonies of #CFF456
Complementary color
Monochromatic Colors of #CFF456
Black with #CFF456
Text Example
Text Example
White with #CFF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF456; }
p { color: rgb(207,244,86); }
H1.HeaderClassName
{
color: #CFF456;
}
.AnyTagClassName
{
color: #CFF456;
}
</style>
background-color css
<style>
a { background-color: #CFF456; }
a { background-color: rgb(207,244,86); }
div.DivClassName
{
background-color: #CFF456;
}
.BgClassName
{
background-color: #CFF456;
}
</style>
border-color css
<style>
span { border-color: #CFF456; }
span { border-color: rgb(207,244,86); }
td.TdClassName
{
border-color: #CFF456;
}
.TagClassName
{
border-color: #CFF456;
}
</style>