Shades of Mindaro #CFE272
Tints of Mindaro #CFE272
RGB
CMYK
RGB Variations
Color information
#CFE272 (or 0xCFE272) is known color: Mindaro. HEX triplet: CF, E2 and 72. RGB value is (207,226,114). Sum of RGB (Red+Green+Blue) = 207+226+114=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE272 is #301D8D. Grayscale: #CFCFCF. Windows color (decimal): -3153294 or 7529167. OLE color: 7529167.
HSL color Cylindrical-coordinate representation of color #CFE272: hue angle of 70.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE272 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 114 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.11 |
| HSL | 70.18º | 0.66% | 0.67% | - |
| HSV(B) | 70.18º | 0.5% | 0.89% | - |
| XYZ | 55.97 | 68.87 | 26.26 | - |
| YUV | 207.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 114 | 0.08 | 0 | 0.50 | 0.11 | 70.18 | 0.66 | 0.67 |
| Hex | CF | E2 | 72 | 8 | 0 | 32 | B | 46 | 42 | 43 |
| Octal | 317 | 342 | 162 | 10 | 0 | 62 | 13 | 106 | 102 | 103 |
| Binary | 11001111 | 11100010 | 1110010 | 1000 | 0 | 110010 | 1011 | 1000110 | 1000010 | 1000011 |
Color Harmonies of #CFE272
Complementary color
Monochromatic Colors of #CFE272
Black with #CFE272
Text Example
Text Example
White with #CFE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE272; }
p { color: rgb(207,226,114); }
H1.HeaderClassName
{
color: #CFE272;
}
.AnyTagClassName
{
color: #CFE272;
}
</style>
background-color css
<style>
a { background-color: #CFE272; }
a { background-color: rgb(207,226,114); }
div.DivClassName
{
background-color: #CFE272;
}
.BgClassName
{
background-color: #CFE272;
}
</style>
border-color css
<style>
span { border-color: #CFE272; }
span { border-color: rgb(207,226,114); }
td.TdClassName
{
border-color: #CFE272;
}
.TagClassName
{
border-color: #CFE272;
}
</style>