Shades of Mindaro #CFE473
Tints of Mindaro #CFE473
RGB
CMYK
RGB Variations
Color information
#CFE473 (or 0xCFE473) is known color: Mindaro. HEX triplet: CF, E4 and 73. RGB value is (207,228,115). Sum of RGB (Red+Green+Blue) = 207+228+115=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE473 is #301B8C. Grayscale: #D1D1D1. Windows color (decimal): -3152781 or 7595215. OLE color: 7595215.
HSL color Cylindrical-coordinate representation of color #CFE473: hue angle of 71.15º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE473 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 115 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.11 |
| HSL | 71.15º | 0.68% | 0.67% | - |
| HSV(B) | 71.15º | 0.5% | 0.89% | - |
| XYZ | 56.57 | 69.99 | 26.75 | - |
| YUV | 208.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 115 | 0.09 | 0 | 0.50 | 0.11 | 71.15 | 0.68 | 0.67 |
| Hex | CF | E4 | 73 | 9 | 0 | 32 | B | 47 | 44 | 43 |
| Octal | 317 | 344 | 163 | 11 | 0 | 62 | 13 | 107 | 104 | 103 |
| Binary | 11001111 | 11100100 | 1110011 | 1001 | 0 | 110010 | 1011 | 1000111 | 1000100 | 1000011 |
Color Harmonies of #CFE473
Complementary color
Monochromatic Colors of #CFE473
Black with #CFE473
Text Example
Text Example
White with #CFE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE473; }
p { color: rgb(207,228,115); }
H1.HeaderClassName
{
color: #CFE473;
}
.AnyTagClassName
{
color: #CFE473;
}
</style>
background-color css
<style>
a { background-color: #CFE473; }
a { background-color: rgb(207,228,115); }
div.DivClassName
{
background-color: #CFE473;
}
.BgClassName
{
background-color: #CFE473;
}
</style>
border-color css
<style>
span { border-color: #CFE473; }
span { border-color: rgb(207,228,115); }
td.TdClassName
{
border-color: #CFE473;
}
.TagClassName
{
border-color: #CFE473;
}
</style>