Shades of Mindaro #CFED56
Tints of Mindaro #CFED56
RGB
CMYK
RGB Variations
Color information
#CFED56 (or 0xCFED56) is known color: Mindaro. HEX triplet: CF, ED and 56. RGB value is (207,237,86). Sum of RGB (Red+Green+Blue) = 207+237+86=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED56 is #3012A9. Grayscale: #D3D3D3. Windows color (decimal): -3150506 or 5696975. OLE color: 5696975.
HSL color Cylindrical-coordinate representation of color #CFED56: hue angle of 71.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFED56 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 86 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.07 |
| HSL | 71.92º | 0.81% | 0.63% | - |
| HSV(B) | 71.92º | 0.64% | 0.93% | - |
| XYZ | 57.7 | 74.51 | 20.14 | - |
| YUV | 210.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 86 | 0.13 | 0 | 0.64 | 0.07 | 71.92 | 0.81 | 0.63 |
| Hex | CF | ED | 56 | D | 0 | 40 | 7 | 48 | 51 | 3F |
| Octal | 317 | 355 | 126 | 15 | 0 | 100 | 7 | 110 | 121 | 77 |
| Binary | 11001111 | 11101101 | 1010110 | 1101 | 0 | 1000000 | 111 | 1001000 | 1010001 | 111111 |
Color Harmonies of #CFED56
Complementary color
Monochromatic Colors of #CFED56
Black with #CFED56
Text Example
Text Example
White with #CFED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED56; }
p { color: rgb(207,237,86); }
H1.HeaderClassName
{
color: #CFED56;
}
.AnyTagClassName
{
color: #CFED56;
}
</style>
background-color css
<style>
a { background-color: #CFED56; }
a { background-color: rgb(207,237,86); }
div.DivClassName
{
background-color: #CFED56;
}
.BgClassName
{
background-color: #CFED56;
}
</style>
border-color css
<style>
span { border-color: #CFED56; }
span { border-color: rgb(207,237,86); }
td.TdClassName
{
border-color: #CFED56;
}
.TagClassName
{
border-color: #CFED56;
}
</style>