Shades of Mindaro #CFE276
Tints of Mindaro #CFE276
RGB
CMYK
RGB Variations
Color information
#CFE276 (or 0xCFE276) is known color: Mindaro. HEX triplet: CF, E2 and 76. RGB value is (207,226,118). Sum of RGB (Red+Green+Blue) = 207+226+118=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE276 is #301D89. Grayscale: #D0D0D0. Windows color (decimal): -3153290 or 7791311. OLE color: 7791311.
HSL color Cylindrical-coordinate representation of color #CFE276: hue angle of 70.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE276 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 118 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.11 |
| HSL | 70.56º | 0.65% | 0.67% | - |
| HSV(B) | 70.56º | 0.48% | 0.89% | - |
| XYZ | 56.2 | 68.97 | 27.49 | - |
| YUV | 208.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 118 | 0.08 | 0 | 0.48 | 0.11 | 70.56 | 0.65 | 0.67 |
| Hex | CF | E2 | 76 | 8 | 0 | 30 | B | 47 | 41 | 43 |
| Octal | 317 | 342 | 166 | 10 | 0 | 60 | 13 | 107 | 101 | 103 |
| Binary | 11001111 | 11100010 | 1110110 | 1000 | 0 | 110000 | 1011 | 1000111 | 1000001 | 1000011 |
Color Harmonies of #CFE276
Complementary color
Monochromatic Colors of #CFE276
Black with #CFE276
Text Example
Text Example
White with #CFE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE276; }
p { color: rgb(207,226,118); }
H1.HeaderClassName
{
color: #CFE276;
}
.AnyTagClassName
{
color: #CFE276;
}
</style>
background-color css
<style>
a { background-color: #CFE276; }
a { background-color: rgb(207,226,118); }
div.DivClassName
{
background-color: #CFE276;
}
.BgClassName
{
background-color: #CFE276;
}
</style>
border-color css
<style>
span { border-color: #CFE276; }
span { border-color: rgb(207,226,118); }
td.TdClassName
{
border-color: #CFE276;
}
.TagClassName
{
border-color: #CFE276;
}
</style>