Shades of Mindaro #CFF072
Tints of Mindaro #CFF072
RGB
CMYK
RGB Variations
Color information
#CFF072 (or 0xCFF072) is known color: Mindaro. HEX triplet: CF, F0 and 72. RGB value is (207,240,114). Sum of RGB (Red+Green+Blue) = 207+240+114=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF072 is #300F8D. Grayscale: #D8D8D8. Windows color (decimal): -3149710 or 7532751. OLE color: 7532751.
HSL color Cylindrical-coordinate representation of color #CFF072: hue angle of 75.71º degrees, saturation: 0.81, 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 #CFF072 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 114 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.06 |
| HSL | 75.71º | 0.81% | 0.69% | - |
| HSV(B) | 75.71º | 0.53% | 0.94% | - |
| XYZ | 59.93 | 76.8 | 27.58 | - |
| YUV | 215.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 114 | 0.14 | 0 | 0.52 | 0.06 | 75.71 | 0.81 | 0.69 |
| Hex | CF | F0 | 72 | E | 0 | 34 | 6 | 4C | 51 | 45 |
| Octal | 317 | 360 | 162 | 16 | 0 | 64 | 6 | 114 | 121 | 105 |
| Binary | 11001111 | 11110000 | 1110010 | 1110 | 0 | 110100 | 110 | 1001100 | 1010001 | 1000101 |
Color Harmonies of #CFF072
Complementary color
Monochromatic Colors of #CFF072
Black with #CFF072
Text Example
Text Example
White with #CFF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF072; }
p { color: rgb(207,240,114); }
H1.HeaderClassName
{
color: #CFF072;
}
.AnyTagClassName
{
color: #CFF072;
}
</style>
background-color css
<style>
a { background-color: #CFF072; }
a { background-color: rgb(207,240,114); }
div.DivClassName
{
background-color: #CFF072;
}
.BgClassName
{
background-color: #CFF072;
}
</style>
border-color css
<style>
span { border-color: #CFF072; }
span { border-color: rgb(207,240,114); }
td.TdClassName
{
border-color: #CFF072;
}
.TagClassName
{
border-color: #CFF072;
}
</style>