Shades of Mindaro #CFED6F
Tints of Mindaro #CFED6F
RGB
CMYK
RGB Variations
Color information
#CFED6F (or 0xCFED6F) is known color: Mindaro. HEX triplet: CF, ED and 6F. RGB value is (207,237,111). Sum of RGB (Red+Green+Blue) = 207+237+111=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED6F is #301290. Grayscale: #D6D6D6. Windows color (decimal): -3150481 or 7335375. OLE color: 7335375.
HSL color Cylindrical-coordinate representation of color #CFED6F: hue angle of 74.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFED6F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 111 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.07 |
| HSL | 74.29º | 0.78% | 0.68% | - |
| HSV(B) | 74.29º | 0.53% | 0.93% | - |
| XYZ | 58.89 | 74.98 | 26.41 | - |
| YUV | 213.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 111 | 0.13 | 0 | 0.53 | 0.07 | 74.29 | 0.78 | 0.68 |
| Hex | CF | ED | 6F | D | 0 | 35 | 7 | 4A | 4E | 44 |
| Octal | 317 | 355 | 157 | 15 | 0 | 65 | 7 | 112 | 116 | 104 |
| Binary | 11001111 | 11101101 | 1101111 | 1101 | 0 | 110101 | 111 | 1001010 | 1001110 | 1000100 |
Color Harmonies of #CFED6F
Complementary color
Monochromatic Colors of #CFED6F
Black with #CFED6F
Text Example
Text Example
White with #CFED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED6F; }
p { color: rgb(207,237,111); }
H1.HeaderClassName
{
color: #CFED6F;
}
.AnyTagClassName
{
color: #CFED6F;
}
</style>
background-color css
<style>
a { background-color: #CFED6F; }
a { background-color: rgb(207,237,111); }
div.DivClassName
{
background-color: #CFED6F;
}
.BgClassName
{
background-color: #CFED6F;
}
</style>
border-color css
<style>
span { border-color: #CFED6F; }
span { border-color: rgb(207,237,111); }
td.TdClassName
{
border-color: #CFED6F;
}
.TagClassName
{
border-color: #CFED6F;
}
</style>