Shades of Mindaro #CFED59
Tints of Mindaro #CFED59
RGB
CMYK
RGB Variations
Color information
#CFED59 (or 0xCFED59) is known color: Mindaro. HEX triplet: CF, ED and 59. RGB value is (207,237,89). Sum of RGB (Red+Green+Blue) = 207+237+89=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED59 is #3012A6. Grayscale: #D3D3D3. Windows color (decimal): -3150503 or 5893583. OLE color: 5893583.
HSL color Cylindrical-coordinate representation of color #CFED59: hue angle of 72.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFED59 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 89 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.16º | 0.8% | 0.64% | - |
| HSV(B) | 72.16º | 0.62% | 0.93% | - |
| XYZ | 57.82 | 74.56 | 20.79 | - |
| YUV | 211.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 89 | 0.13 | 0 | 0.62 | 0.07 | 72.16 | 0.8 | 0.64 |
| Hex | CF | ED | 59 | D | 0 | 3E | 7 | 48 | 50 | 40 |
| Octal | 317 | 355 | 131 | 15 | 0 | 76 | 7 | 110 | 120 | 100 |
| Binary | 11001111 | 11101101 | 1011001 | 1101 | 0 | 111110 | 111 | 1001000 | 1010000 | 1000000 |
Color Harmonies of #CFED59
Complementary color
Monochromatic Colors of #CFED59
Black with #CFED59
Text Example
Text Example
White with #CFED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED59; }
p { color: rgb(207,237,89); }
H1.HeaderClassName
{
color: #CFED59;
}
.AnyTagClassName
{
color: #CFED59;
}
</style>
background-color css
<style>
a { background-color: #CFED59; }
a { background-color: rgb(207,237,89); }
div.DivClassName
{
background-color: #CFED59;
}
.BgClassName
{
background-color: #CFED59;
}
</style>
border-color css
<style>
span { border-color: #CFED59; }
span { border-color: rgb(207,237,89); }
td.TdClassName
{
border-color: #CFED59;
}
.TagClassName
{
border-color: #CFED59;
}
</style>