Shades of Mindaro #CFEF72
Tints of Mindaro #CFEF72
RGB
CMYK
RGB Variations
Color information
#CFEF72 (or 0xCFEF72) is known color: Mindaro. HEX triplet: CF, EF and 72. RGB value is (207,239,114). Sum of RGB (Red+Green+Blue) = 207+239+114=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF72 is #30108D. Grayscale: #D7D7D7. Windows color (decimal): -3149966 or 7532495. OLE color: 7532495.
HSL color Cylindrical-coordinate representation of color #CFEF72: hue angle of 75.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFEF72 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 114 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.06 |
| HSL | 75.36º | 0.8% | 0.69% | - |
| HSV(B) | 75.36º | 0.52% | 0.94% | - |
| XYZ | 59.64 | 76.21 | 27.49 | - |
| YUV | 215.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 114 | 0.13 | 0 | 0.52 | 0.06 | 75.36 | 0.8 | 0.69 |
| Hex | CF | EF | 72 | D | 0 | 34 | 6 | 4B | 50 | 45 |
| Octal | 317 | 357 | 162 | 15 | 0 | 64 | 6 | 113 | 120 | 105 |
| Binary | 11001111 | 11101111 | 1110010 | 1101 | 0 | 110100 | 110 | 1001011 | 1010000 | 1000101 |
Color Harmonies of #CFEF72
Complementary color
Monochromatic Colors of #CFEF72
Black with #CFEF72
Text Example
Text Example
White with #CFEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF72; }
p { color: rgb(207,239,114); }
H1.HeaderClassName
{
color: #CFEF72;
}
.AnyTagClassName
{
color: #CFEF72;
}
</style>
background-color css
<style>
a { background-color: #CFEF72; }
a { background-color: rgb(207,239,114); }
div.DivClassName
{
background-color: #CFEF72;
}
.BgClassName
{
background-color: #CFEF72;
}
</style>
border-color css
<style>
span { border-color: #CFEF72; }
span { border-color: rgb(207,239,114); }
td.TdClassName
{
border-color: #CFEF72;
}
.TagClassName
{
border-color: #CFEF72;
}
</style>