Shades of Mindaro #CFE477
Tints of Mindaro #CFE477
RGB
CMYK
RGB Variations
Color information
#CFE477 (or 0xCFE477) is known color: Mindaro. HEX triplet: CF, E4 and 77. RGB value is (207,228,119). Sum of RGB (Red+Green+Blue) = 207+228+119=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE477 is #301B88. Grayscale: #D1D1D1. Windows color (decimal): -3152777 or 7857359. OLE color: 7857359.
HSL color Cylindrical-coordinate representation of color #CFE477: hue angle of 71.56º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE477 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 119 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.11 |
| HSL | 71.56º | 0.67% | 0.68% | - |
| HSV(B) | 71.56º | 0.48% | 0.89% | - |
| XYZ | 56.81 | 70.08 | 27.99 | - |
| YUV | 209.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 119 | 0.09 | 0 | 0.48 | 0.11 | 71.56 | 0.67 | 0.68 |
| Hex | CF | E4 | 77 | 9 | 0 | 30 | B | 48 | 43 | 44 |
| Octal | 317 | 344 | 167 | 11 | 0 | 60 | 13 | 110 | 103 | 104 |
| Binary | 11001111 | 11100100 | 1110111 | 1001 | 0 | 110000 | 1011 | 1001000 | 1000011 | 1000100 |
Color Harmonies of #CFE477
Complementary color
Monochromatic Colors of #CFE477
Black with #CFE477
Text Example
Text Example
White with #CFE477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE477; }
p { color: rgb(207,228,119); }
H1.HeaderClassName
{
color: #CFE477;
}
.AnyTagClassName
{
color: #CFE477;
}
</style>
background-color css
<style>
a { background-color: #CFE477; }
a { background-color: rgb(207,228,119); }
div.DivClassName
{
background-color: #CFE477;
}
.BgClassName
{
background-color: #CFE477;
}
</style>
border-color css
<style>
span { border-color: #CFE477; }
span { border-color: rgb(207,228,119); }
td.TdClassName
{
border-color: #CFE477;
}
.TagClassName
{
border-color: #CFE477;
}
</style>