Shades of Mindaro #CFE56C
Tints of Mindaro #CFE56C
RGB
CMYK
RGB Variations
Color information
#CFE56C (or 0xCFE56C) is known color: Mindaro. HEX triplet: CF, E5 and 6C. RGB value is (207,229,108). Sum of RGB (Red+Green+Blue) = 207+229+108=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE56C is #301A93. Grayscale: #D1D1D1. Windows color (decimal): -3152532 or 7136719. OLE color: 7136719.
HSL color Cylindrical-coordinate representation of color #CFE56C: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE56C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 108 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 70.91º | 0.7% | 0.66% | - |
| HSV(B) | 70.91º | 0.53% | 0.9% | - |
| XYZ | 56.46 | 70.39 | 24.8 | - |
| YUV | 208.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 108 | 0.10 | 0 | 0.53 | 0.10 | 70.91 | 0.7 | 0.66 |
| Hex | CF | E5 | 6C | A | 0 | 35 | A | 47 | 46 | 42 |
| Octal | 317 | 345 | 154 | 12 | 0 | 65 | 12 | 107 | 106 | 102 |
| Binary | 11001111 | 11100101 | 1101100 | 1010 | 0 | 110101 | 1010 | 1000111 | 1000110 | 1000010 |
Color Harmonies of #CFE56C
Complementary color
Monochromatic Colors of #CFE56C
Black with #CFE56C
Text Example
Text Example
White with #CFE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE56C; }
p { color: rgb(207,229,108); }
H1.HeaderClassName
{
color: #CFE56C;
}
.AnyTagClassName
{
color: #CFE56C;
}
</style>
background-color css
<style>
a { background-color: #CFE56C; }
a { background-color: rgb(207,229,108); }
div.DivClassName
{
background-color: #CFE56C;
}
.BgClassName
{
background-color: #CFE56C;
}
</style>
border-color css
<style>
span { border-color: #CFE56C; }
span { border-color: rgb(207,229,108); }
td.TdClassName
{
border-color: #CFE56C;
}
.TagClassName
{
border-color: #CFE56C;
}
</style>