Shades of Mindaro #CFEC5B
Tints of Mindaro #CFEC5B
RGB
CMYK
RGB Variations
Color information
#CFEC5B (or 0xCFEC5B) is known color: Mindaro. HEX triplet: CF, EC and 5B. RGB value is (207,236,91). Sum of RGB (Red+Green+Blue) = 207+236+91=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC5B is #3013A4. Grayscale: #D3D3D3. Windows color (decimal): -3150757 or 6024399. OLE color: 6024399.
HSL color Cylindrical-coordinate representation of color #CFEC5B: hue angle of 72º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEC5B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 91 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.07 |
| HSL | 72º | 0.79% | 0.64% | - |
| HSV(B) | 72º | 0.61% | 0.93% | - |
| XYZ | 57.62 | 74.01 | 21.15 | - |
| YUV | 210.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 91 | 0.12 | 0 | 0.61 | 0.07 | 72 | 0.79 | 0.64 |
| Hex | CF | EC | 5B | C | 0 | 3D | 7 | 48 | 4F | 40 |
| Octal | 317 | 354 | 133 | 14 | 0 | 75 | 7 | 110 | 117 | 100 |
| Binary | 11001111 | 11101100 | 1011011 | 1100 | 0 | 111101 | 111 | 1001000 | 1001111 | 1000000 |
Color Harmonies of #CFEC5B
Complementary color
Monochromatic Colors of #CFEC5B
Black with #CFEC5B
Text Example
Text Example
White with #CFEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC5B; }
p { color: rgb(207,236,91); }
H1.HeaderClassName
{
color: #CFEC5B;
}
.AnyTagClassName
{
color: #CFEC5B;
}
</style>
background-color css
<style>
a { background-color: #CFEC5B; }
a { background-color: rgb(207,236,91); }
div.DivClassName
{
background-color: #CFEC5B;
}
.BgClassName
{
background-color: #CFEC5B;
}
</style>
border-color css
<style>
span { border-color: #CFEC5B; }
span { border-color: rgb(207,236,91); }
td.TdClassName
{
border-color: #CFEC5B;
}
.TagClassName
{
border-color: #CFEC5B;
}
</style>