Shades of Mindaro #CFE379
Tints of Mindaro #CFE379
RGB
CMYK
RGB Variations
Color information
#CFE379 (or 0xCFE379) is known color: Mindaro. HEX triplet: CF, E3 and 79. RGB value is (207,227,121). Sum of RGB (Red+Green+Blue) = 207+227+121=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE379 is #301C86. Grayscale: #D1D1D1. Windows color (decimal): -3153031 or 7988175. OLE color: 7988175.
HSL color Cylindrical-coordinate representation of color #CFE379: hue angle of 71.32º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE379 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 121 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.11 |
| HSL | 71.32º | 0.65% | 0.68% | - |
| HSV(B) | 71.32º | 0.47% | 0.89% | - |
| XYZ | 56.65 | 69.58 | 28.53 | - |
| YUV | 208.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 121 | 0.09 | 0 | 0.47 | 0.11 | 71.32 | 0.65 | 0.68 |
| Hex | CF | E3 | 79 | 9 | 0 | 2F | B | 47 | 41 | 44 |
| Octal | 317 | 343 | 171 | 11 | 0 | 57 | 13 | 107 | 101 | 104 |
| Binary | 11001111 | 11100011 | 1111001 | 1001 | 0 | 101111 | 1011 | 1000111 | 1000001 | 1000100 |
Color Harmonies of #CFE379
Complementary color
Monochromatic Colors of #CFE379
Black with #CFE379
Text Example
Text Example
White with #CFE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE379; }
p { color: rgb(207,227,121); }
H1.HeaderClassName
{
color: #CFE379;
}
.AnyTagClassName
{
color: #CFE379;
}
</style>
background-color css
<style>
a { background-color: #CFE379; }
a { background-color: rgb(207,227,121); }
div.DivClassName
{
background-color: #CFE379;
}
.BgClassName
{
background-color: #CFE379;
}
</style>
border-color css
<style>
span { border-color: #CFE379; }
span { border-color: rgb(207,227,121); }
td.TdClassName
{
border-color: #CFE379;
}
.TagClassName
{
border-color: #CFE379;
}
</style>