Shades of Mindaro #CFF56F
Tints of Mindaro #CFF56F
RGB
CMYK
RGB Variations
Color information
#CFF56F (or 0xCFF56F) is known color: Mindaro. HEX triplet: CF, F5 and 6F. RGB value is (207,245,111). Sum of RGB (Red+Green+Blue) = 207+245+111=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF56F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF56F is #300A90. Grayscale: #DADADA. Windows color (decimal): -3148433 or 7337423. OLE color: 7337423.
HSL color Cylindrical-coordinate representation of color #CFF56F: hue angle of 77.01º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF56F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 111 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.04 |
| HSL | 77.01º | 0.87% | 0.7% | - |
| HSV(B) | 77.01º | 0.55% | 0.96% | - |
| XYZ | 61.25 | 79.72 | 27.2 | - |
| YUV | 218.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 111 | 0.16 | 0 | 0.55 | 0.04 | 77.01 | 0.87 | 0.7 |
| Hex | CF | F5 | 6F | 10 | 0 | 37 | 4 | 4D | 57 | 46 |
| Octal | 317 | 365 | 157 | 20 | 0 | 67 | 4 | 115 | 127 | 106 |
| Binary | 11001111 | 11110101 | 1101111 | 10000 | 0 | 110111 | 100 | 1001101 | 1010111 | 1000110 |
Color Harmonies of #CFF56F
Complementary color
Monochromatic Colors of #CFF56F
Black with #CFF56F
Text Example
Text Example
White with #CFF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF56F; }
p { color: rgb(207,245,111); }
H1.HeaderClassName
{
color: #CFF56F;
}
.AnyTagClassName
{
color: #CFF56F;
}
</style>
background-color css
<style>
a { background-color: #CFF56F; }
a { background-color: rgb(207,245,111); }
div.DivClassName
{
background-color: #CFF56F;
}
.BgClassName
{
background-color: #CFF56F;
}
</style>
border-color css
<style>
span { border-color: #CFF56F; }
span { border-color: rgb(207,245,111); }
td.TdClassName
{
border-color: #CFF56F;
}
.TagClassName
{
border-color: #CFF56F;
}
</style>