Shades of Mindaro #CFEF6E
Tints of Mindaro #CFEF6E
RGB
CMYK
RGB Variations
Color information
#CFEF6E (or 0xCFEF6E) is known color: Mindaro. HEX triplet: CF, EF and 6E. RGB value is (207,239,110). Sum of RGB (Red+Green+Blue) = 207+239+110=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF6E is #301091. Grayscale: #D7D7D7. Windows color (decimal): -3149970 or 7270351. OLE color: 7270351.
HSL color Cylindrical-coordinate representation of color #CFEF6E: hue angle of 74.88º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFEF6E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 110 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.06 |
| HSL | 74.88º | 0.8% | 0.68% | - |
| HSV(B) | 74.88º | 0.54% | 0.94% | - |
| XYZ | 59.41 | 76.12 | 26.31 | - |
| YUV | 214.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 110 | 0.13 | 0 | 0.54 | 0.06 | 74.88 | 0.8 | 0.68 |
| Hex | CF | EF | 6E | D | 0 | 36 | 6 | 4B | 50 | 44 |
| Octal | 317 | 357 | 156 | 15 | 0 | 66 | 6 | 113 | 120 | 104 |
| Binary | 11001111 | 11101111 | 1101110 | 1101 | 0 | 110110 | 110 | 1001011 | 1010000 | 1000100 |
Color Harmonies of #CFEF6E
Complementary color
Monochromatic Colors of #CFEF6E
Black with #CFEF6E
Text Example
Text Example
White with #CFEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF6E; }
p { color: rgb(207,239,110); }
H1.HeaderClassName
{
color: #CFEF6E;
}
.AnyTagClassName
{
color: #CFEF6E;
}
</style>
background-color css
<style>
a { background-color: #CFEF6E; }
a { background-color: rgb(207,239,110); }
div.DivClassName
{
background-color: #CFEF6E;
}
.BgClassName
{
background-color: #CFEF6E;
}
</style>
border-color css
<style>
span { border-color: #CFEF6E; }
span { border-color: rgb(207,239,110); }
td.TdClassName
{
border-color: #CFEF6E;
}
.TagClassName
{
border-color: #CFEF6E;
}
</style>