Shades of Mindaro #CFE159
Tints of Mindaro #CFE159
RGB
CMYK
RGB Variations
Color information
#CFE159 (or 0xCFE159) is known color: Mindaro. HEX triplet: CF, E1 and 59. RGB value is (207,225,89). Sum of RGB (Red+Green+Blue) = 207+225+89=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE159 is #301EA6. Grayscale: #CCCCCC. Windows color (decimal): -3153575 or 5890511. OLE color: 5890511.
HSL color Cylindrical-coordinate representation of color #CFE159: hue angle of 67.94º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE159 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 89 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.12 |
| HSL | 67.94º | 0.69% | 0.62% | - |
| HSV(B) | 67.94º | 0.6% | 0.88% | - |
| XYZ | 54.46 | 67.84 | 19.67 | - |
| YUV | 204.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 89 | 0.08 | 0 | 0.60 | 0.12 | 67.94 | 0.69 | 0.62 |
| Hex | CF | E1 | 59 | 8 | 0 | 3C | C | 44 | 45 | 3E |
| Octal | 317 | 341 | 131 | 10 | 0 | 74 | 14 | 104 | 105 | 76 |
| Binary | 11001111 | 11100001 | 1011001 | 1000 | 0 | 111100 | 1100 | 1000100 | 1000101 | 111110 |
Color Harmonies of #CFE159
Complementary color
Monochromatic Colors of #CFE159
Black with #CFE159
Text Example
Text Example
White with #CFE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE159; }
p { color: rgb(207,225,89); }
H1.HeaderClassName
{
color: #CFE159;
}
.AnyTagClassName
{
color: #CFE159;
}
</style>
background-color css
<style>
a { background-color: #CFE159; }
a { background-color: rgb(207,225,89); }
div.DivClassName
{
background-color: #CFE159;
}
.BgClassName
{
background-color: #CFE159;
}
</style>
border-color css
<style>
span { border-color: #CFE159; }
span { border-color: rgb(207,225,89); }
td.TdClassName
{
border-color: #CFE159;
}
.TagClassName
{
border-color: #CFE159;
}
</style>