Shades of Mindaro #CFEB71
Tints of Mindaro #CFEB71
RGB
CMYK
RGB Variations
Color information
#CFEB71 (or 0xCFEB71) is known color: Mindaro. HEX triplet: CF, EB and 71. RGB value is (207,235,113). Sum of RGB (Red+Green+Blue) = 207+235+113=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB71 is #30148E. Grayscale: #D5D5D5. Windows color (decimal): -3150991 or 7465935. OLE color: 7465935.
HSL color Cylindrical-coordinate representation of color #CFEB71: hue angle of 73.77º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFEB71 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 113 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.08 |
| HSL | 73.77º | 0.75% | 0.68% | - |
| HSV(B) | 73.77º | 0.52% | 0.92% | - |
| XYZ | 58.42 | 73.87 | 26.8 | - |
| YUV | 212.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 113 | 0.12 | 0 | 0.52 | 0.08 | 73.77 | 0.75 | 0.68 |
| Hex | CF | EB | 71 | C | 0 | 34 | 8 | 4A | 4B | 44 |
| Octal | 317 | 353 | 161 | 14 | 0 | 64 | 10 | 112 | 113 | 104 |
| Binary | 11001111 | 11101011 | 1110001 | 1100 | 0 | 110100 | 1000 | 1001010 | 1001011 | 1000100 |
Color Harmonies of #CFEB71
Complementary color
Monochromatic Colors of #CFEB71
Black with #CFEB71
Text Example
Text Example
White with #CFEB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB71; }
p { color: rgb(207,235,113); }
H1.HeaderClassName
{
color: #CFEB71;
}
.AnyTagClassName
{
color: #CFEB71;
}
</style>
background-color css
<style>
a { background-color: #CFEB71; }
a { background-color: rgb(207,235,113); }
div.DivClassName
{
background-color: #CFEB71;
}
.BgClassName
{
background-color: #CFEB71;
}
</style>
border-color css
<style>
span { border-color: #CFEB71; }
span { border-color: rgb(207,235,113); }
td.TdClassName
{
border-color: #CFEB71;
}
.TagClassName
{
border-color: #CFEB71;
}
</style>