Shades of Mindaro #CFED73
Tints of Mindaro #CFED73
RGB
CMYK
RGB Variations
Color information
#CFED73 (or 0xCFED73) is known color: Mindaro. HEX triplet: CF, ED and 73. RGB value is (207,237,115). Sum of RGB (Red+Green+Blue) = 207+237+115=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED73 is #30128C. Grayscale: #D6D6D6. Windows color (decimal): -3150477 or 7597519. OLE color: 7597519.
HSL color Cylindrical-coordinate representation of color #CFED73: hue angle of 74.75º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFED73 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 115 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.07 |
| HSL | 74.75º | 0.77% | 0.69% | - |
| HSV(B) | 74.75º | 0.51% | 0.93% | - |
| XYZ | 59.11 | 75.07 | 27.59 | - |
| YUV | 214.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 115 | 0.13 | 0 | 0.51 | 0.07 | 74.75 | 0.77 | 0.69 |
| Hex | CF | ED | 73 | D | 0 | 33 | 7 | 4B | 4D | 45 |
| Octal | 317 | 355 | 163 | 15 | 0 | 63 | 7 | 113 | 115 | 105 |
| Binary | 11001111 | 11101101 | 1110011 | 1101 | 0 | 110011 | 111 | 1001011 | 1001101 | 1000101 |
Color Harmonies of #CFED73
Complementary color
Monochromatic Colors of #CFED73
Black with #CFED73
Text Example
Text Example
White with #CFED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED73; }
p { color: rgb(207,237,115); }
H1.HeaderClassName
{
color: #CFED73;
}
.AnyTagClassName
{
color: #CFED73;
}
</style>
background-color css
<style>
a { background-color: #CFED73; }
a { background-color: rgb(207,237,115); }
div.DivClassName
{
background-color: #CFED73;
}
.BgClassName
{
background-color: #CFED73;
}
</style>
border-color css
<style>
span { border-color: #CFED73; }
span { border-color: rgb(207,237,115); }
td.TdClassName
{
border-color: #CFED73;
}
.TagClassName
{
border-color: #CFED73;
}
</style>