Shades of Mindaro #CFE359
Tints of Mindaro #CFE359
RGB
CMYK
RGB Variations
Color information
#CFE359 (or 0xCFE359) is known color: Mindaro. HEX triplet: CF, E3 and 59. RGB value is (207,227,89). Sum of RGB (Red+Green+Blue) = 207+227+89=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE359 is #301CA6. Grayscale: #CDCDCD. Windows color (decimal): -3153063 or 5891023. OLE color: 5891023.
HSL color Cylindrical-coordinate representation of color #CFE359: hue angle of 68.7º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE359 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 89 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.11 |
| HSL | 68.7º | 0.71% | 0.62% | - |
| HSV(B) | 68.7º | 0.61% | 0.89% | - |
| XYZ | 55 | 68.92 | 19.86 | - |
| YUV | 205.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 89 | 0.09 | 0 | 0.61 | 0.11 | 68.7 | 0.71 | 0.62 |
| Hex | CF | E3 | 59 | 9 | 0 | 3D | B | 45 | 47 | 3E |
| Octal | 317 | 343 | 131 | 11 | 0 | 75 | 13 | 105 | 107 | 76 |
| Binary | 11001111 | 11100011 | 1011001 | 1001 | 0 | 111101 | 1011 | 1000101 | 1000111 | 111110 |
Color Harmonies of #CFE359
Complementary color
Monochromatic Colors of #CFE359
Black with #CFE359
Text Example
Text Example
White with #CFE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE359; }
p { color: rgb(207,227,89); }
H1.HeaderClassName
{
color: #CFE359;
}
.AnyTagClassName
{
color: #CFE359;
}
</style>
background-color css
<style>
a { background-color: #CFE359; }
a { background-color: rgb(207,227,89); }
div.DivClassName
{
background-color: #CFE359;
}
.BgClassName
{
background-color: #CFE359;
}
</style>
border-color css
<style>
span { border-color: #CFE359; }
span { border-color: rgb(207,227,89); }
td.TdClassName
{
border-color: #CFE359;
}
.TagClassName
{
border-color: #CFE359;
}
</style>