Shades of Mindaro #CFEB72
Tints of Mindaro #CFEB72
RGB
CMYK
RGB Variations
Color information
#CFEB72 (or 0xCFEB72) is known color: Mindaro. HEX triplet: CF, EB and 72. RGB value is (207,235,114). Sum of RGB (Red+Green+Blue) = 207+235+114=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB72 is #30148D. Grayscale: #D5D5D5. Windows color (decimal): -3150990 or 7531471. OLE color: 7531471.
HSL color Cylindrical-coordinate representation of color #CFEB72: hue angle of 73.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEB72 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 114 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.08 |
| HSL | 73.88º | 0.75% | 0.68% | - |
| HSV(B) | 73.88º | 0.51% | 0.92% | - |
| XYZ | 58.48 | 73.9 | 27.1 | - |
| YUV | 212.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 114 | 0.12 | 0 | 0.51 | 0.08 | 73.88 | 0.75 | 0.68 |
| Hex | CF | EB | 72 | C | 0 | 33 | 8 | 4A | 4B | 44 |
| Octal | 317 | 353 | 162 | 14 | 0 | 63 | 10 | 112 | 113 | 104 |
| Binary | 11001111 | 11101011 | 1110010 | 1100 | 0 | 110011 | 1000 | 1001010 | 1001011 | 1000100 |
Color Harmonies of #CFEB72
Complementary color
Monochromatic Colors of #CFEB72
Black with #CFEB72
Text Example
Text Example
White with #CFEB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB72; }
p { color: rgb(207,235,114); }
H1.HeaderClassName
{
color: #CFEB72;
}
.AnyTagClassName
{
color: #CFEB72;
}
</style>
background-color css
<style>
a { background-color: #CFEB72; }
a { background-color: rgb(207,235,114); }
div.DivClassName
{
background-color: #CFEB72;
}
.BgClassName
{
background-color: #CFEB72;
}
</style>
border-color css
<style>
span { border-color: #CFEB72; }
span { border-color: rgb(207,235,114); }
td.TdClassName
{
border-color: #CFEB72;
}
.TagClassName
{
border-color: #CFEB72;
}
</style>