Shades of Mindaro #CFEF6C
Tints of Mindaro #CFEF6C
RGB
CMYK
RGB Variations
Color information
#CFEF6C (or 0xCFEF6C) is known color: Mindaro. HEX triplet: CF, EF and 6C. RGB value is (207,239,108). Sum of RGB (Red+Green+Blue) = 207+239+108=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF6C is #301093. Grayscale: #D6D6D6. Windows color (decimal): -3149972 or 7139279. OLE color: 7139279.
HSL color Cylindrical-coordinate representation of color #CFEF6C: hue angle of 74.66º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFEF6C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 108 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.06 |
| HSL | 74.66º | 0.8% | 0.68% | - |
| HSV(B) | 74.66º | 0.55% | 0.94% | - |
| XYZ | 59.31 | 76.08 | 25.75 | - |
| YUV | 214.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 108 | 0.13 | 0 | 0.55 | 0.06 | 74.66 | 0.8 | 0.68 |
| Hex | CF | EF | 6C | D | 0 | 37 | 6 | 4B | 50 | 44 |
| Octal | 317 | 357 | 154 | 15 | 0 | 67 | 6 | 113 | 120 | 104 |
| Binary | 11001111 | 11101111 | 1101100 | 1101 | 0 | 110111 | 110 | 1001011 | 1010000 | 1000100 |
Color Harmonies of #CFEF6C
Complementary color
Monochromatic Colors of #CFEF6C
Black with #CFEF6C
Text Example
Text Example
White with #CFEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF6C; }
p { color: rgb(207,239,108); }
H1.HeaderClassName
{
color: #CFEF6C;
}
.AnyTagClassName
{
color: #CFEF6C;
}
</style>
background-color css
<style>
a { background-color: #CFEF6C; }
a { background-color: rgb(207,239,108); }
div.DivClassName
{
background-color: #CFEF6C;
}
.BgClassName
{
background-color: #CFEF6C;
}
</style>
border-color css
<style>
span { border-color: #CFEF6C; }
span { border-color: rgb(207,239,108); }
td.TdClassName
{
border-color: #CFEF6C;
}
.TagClassName
{
border-color: #CFEF6C;
}
</style>