Shades of Mindaro #CFE072
Tints of Mindaro #CFE072
RGB
CMYK
RGB Variations
Color information
#CFE072 (or 0xCFE072) is known color: Mindaro. HEX triplet: CF, E0 and 72. RGB value is (207,224,114). Sum of RGB (Red+Green+Blue) = 207+224+114=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE072 is #301F8D. Grayscale: #CECECE. Windows color (decimal): -3153806 or 7528655. OLE color: 7528655.
HSL color Cylindrical-coordinate representation of color #CFE072: hue angle of 69.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFE072 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 114 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.12 |
| HSL | 69.27º | 0.64% | 0.66% | - |
| HSV(B) | 69.27º | 0.49% | 0.88% | - |
| XYZ | 55.43 | 67.79 | 26.08 | - |
| YUV | 206.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 114 | 0.08 | 0 | 0.49 | 0.12 | 69.27 | 0.64 | 0.66 |
| Hex | CF | E0 | 72 | 8 | 0 | 31 | C | 45 | 40 | 42 |
| Octal | 317 | 340 | 162 | 10 | 0 | 61 | 14 | 105 | 100 | 102 |
| Binary | 11001111 | 11100000 | 1110010 | 1000 | 0 | 110001 | 1100 | 1000101 | 1000000 | 1000010 |
Color Harmonies of #CFE072
Complementary color
Monochromatic Colors of #CFE072
Black with #CFE072
Text Example
Text Example
White with #CFE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE072; }
p { color: rgb(207,224,114); }
H1.HeaderClassName
{
color: #CFE072;
}
.AnyTagClassName
{
color: #CFE072;
}
</style>
background-color css
<style>
a { background-color: #CFE072; }
a { background-color: rgb(207,224,114); }
div.DivClassName
{
background-color: #CFE072;
}
.BgClassName
{
background-color: #CFE072;
}
</style>
border-color css
<style>
span { border-color: #CFE072; }
span { border-color: rgb(207,224,114); }
td.TdClassName
{
border-color: #CFE072;
}
.TagClassName
{
border-color: #CFE072;
}
</style>