Shades of Mindaro #CFE756
Tints of Mindaro #CFE756
RGB
CMYK
RGB Variations
Color information
#CFE756 (or 0xCFE756) is known color: Mindaro. HEX triplet: CF, E7 and 56. RGB value is (207,231,86). Sum of RGB (Red+Green+Blue) = 207+231+86=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE756 is #3018A9. Grayscale: #CFCFCF. Windows color (decimal): -3152042 or 5695439. OLE color: 5695439.
HSL color Cylindrical-coordinate representation of color #CFE756: hue angle of 69.93º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE756 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 86 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.09 |
| HSL | 69.93º | 0.75% | 0.62% | - |
| HSV(B) | 69.93º | 0.63% | 0.91% | - |
| XYZ | 55.99 | 71.09 | 19.57 | - |
| YUV | 207.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 86 | 0.10 | 0 | 0.63 | 0.09 | 69.93 | 0.75 | 0.62 |
| Hex | CF | E7 | 56 | A | 0 | 3F | 9 | 46 | 4B | 3E |
| Octal | 317 | 347 | 126 | 12 | 0 | 77 | 11 | 106 | 113 | 76 |
| Binary | 11001111 | 11100111 | 1010110 | 1010 | 0 | 111111 | 1001 | 1000110 | 1001011 | 111110 |
Color Harmonies of #CFE756
Complementary color
Monochromatic Colors of #CFE756
Black with #CFE756
Text Example
Text Example
White with #CFE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE756; }
p { color: rgb(207,231,86); }
H1.HeaderClassName
{
color: #CFE756;
}
.AnyTagClassName
{
color: #CFE756;
}
</style>
background-color css
<style>
a { background-color: #CFE756; }
a { background-color: rgb(207,231,86); }
div.DivClassName
{
background-color: #CFE756;
}
.BgClassName
{
background-color: #CFE756;
}
</style>
border-color css
<style>
span { border-color: #CFE756; }
span { border-color: rgb(207,231,86); }
td.TdClassName
{
border-color: #CFE756;
}
.TagClassName
{
border-color: #CFE756;
}
</style>