Shades of Mindaro #CFEB6C
Tints of Mindaro #CFEB6C
RGB
CMYK
RGB Variations
Color information
#CFEB6C (or 0xCFEB6C) is known color: Mindaro. HEX triplet: CF, EB and 6C. RGB value is (207,235,108). Sum of RGB (Red+Green+Blue) = 207+235+108=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB6C is #301493. Grayscale: #D4D4D4. Windows color (decimal): -3150996 or 7138255. OLE color: 7138255.
HSL color Cylindrical-coordinate representation of color #CFEB6C: hue angle of 73.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFEB6C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 108 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.08 |
| HSL | 73.23º | 0.76% | 0.67% | - |
| HSV(B) | 73.23º | 0.54% | 0.92% | - |
| XYZ | 58.15 | 73.76 | 25.36 | - |
| YUV | 212.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 108 | 0.12 | 0 | 0.54 | 0.08 | 73.23 | 0.76 | 0.67 |
| Hex | CF | EB | 6C | C | 0 | 36 | 8 | 49 | 4C | 43 |
| Octal | 317 | 353 | 154 | 14 | 0 | 66 | 10 | 111 | 114 | 103 |
| Binary | 11001111 | 11101011 | 1101100 | 1100 | 0 | 110110 | 1000 | 1001001 | 1001100 | 1000011 |
Color Harmonies of #CFEB6C
Complementary color
Monochromatic Colors of #CFEB6C
Black with #CFEB6C
Text Example
Text Example
White with #CFEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB6C; }
p { color: rgb(207,235,108); }
H1.HeaderClassName
{
color: #CFEB6C;
}
.AnyTagClassName
{
color: #CFEB6C;
}
</style>
background-color css
<style>
a { background-color: #CFEB6C; }
a { background-color: rgb(207,235,108); }
div.DivClassName
{
background-color: #CFEB6C;
}
.BgClassName
{
background-color: #CFEB6C;
}
</style>
border-color css
<style>
span { border-color: #CFEB6C; }
span { border-color: rgb(207,235,108); }
td.TdClassName
{
border-color: #CFEB6C;
}
.TagClassName
{
border-color: #CFEB6C;
}
</style>