Shades of Mindaro #CFE475
Tints of Mindaro #CFE475
RGB
CMYK
RGB Variations
Color information
#CFE475 (or 0xCFE475) is known color: Mindaro. HEX triplet: CF, E4 and 75. RGB value is (207,228,117). Sum of RGB (Red+Green+Blue) = 207+228+117=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE475 is #301B8A. Grayscale: #D1D1D1. Windows color (decimal): -3152779 or 7726287. OLE color: 7726287.
HSL color Cylindrical-coordinate representation of color #CFE475: hue angle of 71.35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFE475 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 117 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.11 |
| HSL | 71.35º | 0.67% | 0.68% | - |
| HSV(B) | 71.35º | 0.49% | 0.89% | - |
| XYZ | 56.69 | 70.04 | 27.36 | - |
| YUV | 209.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 117 | 0.09 | 0 | 0.49 | 0.11 | 71.35 | 0.67 | 0.68 |
| Hex | CF | E4 | 75 | 9 | 0 | 31 | B | 47 | 43 | 44 |
| Octal | 317 | 344 | 165 | 11 | 0 | 61 | 13 | 107 | 103 | 104 |
| Binary | 11001111 | 11100100 | 1110101 | 1001 | 0 | 110001 | 1011 | 1000111 | 1000011 | 1000100 |
Color Harmonies of #CFE475
Complementary color
Monochromatic Colors of #CFE475
Black with #CFE475
Text Example
Text Example
White with #CFE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE475; }
p { color: rgb(207,228,117); }
H1.HeaderClassName
{
color: #CFE475;
}
.AnyTagClassName
{
color: #CFE475;
}
</style>
background-color css
<style>
a { background-color: #CFE475; }
a { background-color: rgb(207,228,117); }
div.DivClassName
{
background-color: #CFE475;
}
.BgClassName
{
background-color: #CFE475;
}
</style>
border-color css
<style>
span { border-color: #CFE475; }
span { border-color: rgb(207,228,117); }
td.TdClassName
{
border-color: #CFE475;
}
.TagClassName
{
border-color: #CFE475;
}
</style>