Shades of Mindaro #CFE671
Tints of Mindaro #CFE671
RGB
CMYK
RGB Variations
Color information
#CFE671 (or 0xCFE671) is known color: Mindaro. HEX triplet: CF, E6 and 71. RGB value is (207,230,113). Sum of RGB (Red+Green+Blue) = 207+230+113=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE671 is #30198E. Grayscale: #D2D2D2. Windows color (decimal): -3152271 or 7464655. OLE color: 7464655.
HSL color Cylindrical-coordinate representation of color #CFE671: hue angle of 71.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFE671 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 113 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.10 |
| HSL | 71.79º | 0.7% | 0.67% | - |
| HSV(B) | 71.79º | 0.51% | 0.9% | - |
| XYZ | 57.01 | 71.05 | 26.33 | - |
| YUV | 209.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 113 | 0.10 | 0 | 0.51 | 0.10 | 71.79 | 0.7 | 0.67 |
| Hex | CF | E6 | 71 | A | 0 | 33 | A | 48 | 46 | 43 |
| Octal | 317 | 346 | 161 | 12 | 0 | 63 | 12 | 110 | 106 | 103 |
| Binary | 11001111 | 11100110 | 1110001 | 1010 | 0 | 110011 | 1010 | 1001000 | 1000110 | 1000011 |
Color Harmonies of #CFE671
Complementary color
Monochromatic Colors of #CFE671
Black with #CFE671
Text Example
Text Example
White with #CFE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE671; }
p { color: rgb(207,230,113); }
H1.HeaderClassName
{
color: #CFE671;
}
.AnyTagClassName
{
color: #CFE671;
}
</style>
background-color css
<style>
a { background-color: #CFE671; }
a { background-color: rgb(207,230,113); }
div.DivClassName
{
background-color: #CFE671;
}
.BgClassName
{
background-color: #CFE671;
}
</style>
border-color css
<style>
span { border-color: #CFE671; }
span { border-color: rgb(207,230,113); }
td.TdClassName
{
border-color: #CFE671;
}
.TagClassName
{
border-color: #CFE671;
}
</style>