Shades of Mindaro #CFED71
Tints of Mindaro #CFED71
RGB
CMYK
RGB Variations
Color information
#CFED71 (or 0xCFED71) is known color: Mindaro. HEX triplet: CF, ED and 71. RGB value is (207,237,113). Sum of RGB (Red+Green+Blue) = 207+237+113=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED71 is #30128E. Grayscale: #D6D6D6. Windows color (decimal): -3150479 or 7466447. OLE color: 7466447.
HSL color Cylindrical-coordinate representation of color #CFED71: hue angle of 74.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFED71 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 113 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.07 |
| HSL | 74.52º | 0.78% | 0.69% | - |
| HSV(B) | 74.52º | 0.52% | 0.93% | - |
| XYZ | 59 | 75.03 | 26.99 | - |
| YUV | 213.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 113 | 0.13 | 0 | 0.52 | 0.07 | 74.52 | 0.78 | 0.69 |
| Hex | CF | ED | 71 | D | 0 | 34 | 7 | 4B | 4E | 45 |
| Octal | 317 | 355 | 161 | 15 | 0 | 64 | 7 | 113 | 116 | 105 |
| Binary | 11001111 | 11101101 | 1110001 | 1101 | 0 | 110100 | 111 | 1001011 | 1001110 | 1000101 |
Color Harmonies of #CFED71
Complementary color
Monochromatic Colors of #CFED71
Black with #CFED71
Text Example
Text Example
White with #CFED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED71; }
p { color: rgb(207,237,113); }
H1.HeaderClassName
{
color: #CFED71;
}
.AnyTagClassName
{
color: #CFED71;
}
</style>
background-color css
<style>
a { background-color: #CFED71; }
a { background-color: rgb(207,237,113); }
div.DivClassName
{
background-color: #CFED71;
}
.BgClassName
{
background-color: #CFED71;
}
</style>
border-color css
<style>
span { border-color: #CFED71; }
span { border-color: rgb(207,237,113); }
td.TdClassName
{
border-color: #CFED71;
}
.TagClassName
{
border-color: #CFED71;
}
</style>