Shades of Mindaro #CFE059
Tints of Mindaro #CFE059
RGB
CMYK
RGB Variations
Color information
#CFE059 (or 0xCFE059) is known color: Mindaro. HEX triplet: CF, E0 and 59. RGB value is (207,224,89). Sum of RGB (Red+Green+Blue) = 207+224+89=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE059 is #301FA6. Grayscale: #CCCCCC. Windows color (decimal): -3153831 or 5890255. OLE color: 5890255.
HSL color Cylindrical-coordinate representation of color #CFE059: hue angle of 67.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE059 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 89 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.12 |
| HSL | 67.56º | 0.69% | 0.61% | - |
| HSV(B) | 67.56º | 0.6% | 0.88% | - |
| XYZ | 54.19 | 67.3 | 19.58 | - |
| YUV | 203.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 89 | 0.08 | 0 | 0.60 | 0.12 | 67.56 | 0.69 | 0.61 |
| Hex | CF | E0 | 59 | 8 | 0 | 3C | C | 44 | 45 | 3D |
| Octal | 317 | 340 | 131 | 10 | 0 | 74 | 14 | 104 | 105 | 75 |
| Binary | 11001111 | 11100000 | 1011001 | 1000 | 0 | 111100 | 1100 | 1000100 | 1000101 | 111101 |
Color Harmonies of #CFE059
Complementary color
Monochromatic Colors of #CFE059
Black with #CFE059
Text Example
Text Example
White with #CFE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE059; }
p { color: rgb(207,224,89); }
H1.HeaderClassName
{
color: #CFE059;
}
.AnyTagClassName
{
color: #CFE059;
}
</style>
background-color css
<style>
a { background-color: #CFE059; }
a { background-color: rgb(207,224,89); }
div.DivClassName
{
background-color: #CFE059;
}
.BgClassName
{
background-color: #CFE059;
}
</style>
border-color css
<style>
span { border-color: #CFE059; }
span { border-color: rgb(207,224,89); }
td.TdClassName
{
border-color: #CFE059;
}
.TagClassName
{
border-color: #CFE059;
}
</style>