Shades of Mindaro #CFE86C
Tints of Mindaro #CFE86C
RGB
CMYK
RGB Variations
Color information
#CFE86C (or 0xCFE86C) is known color: Mindaro. HEX triplet: CF, E8 and 6C. RGB value is (207,232,108). Sum of RGB (Red+Green+Blue) = 207+232+108=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE86C is #301793. Grayscale: #D2D2D2. Windows color (decimal): -3151764 or 7137487. OLE color: 7137487.
HSL color Cylindrical-coordinate representation of color #CFE86C: hue angle of 72.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE86C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 108 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.1º | 0.73% | 0.67% | - |
| HSV(B) | 72.1º | 0.53% | 0.91% | - |
| XYZ | 57.3 | 72.06 | 25.08 | - |
| YUV | 210.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 108 | 0.11 | 0 | 0.53 | 0.09 | 72.1 | 0.73 | 0.67 |
| Hex | CF | E8 | 6C | B | 0 | 35 | 9 | 48 | 49 | 43 |
| Octal | 317 | 350 | 154 | 13 | 0 | 65 | 11 | 110 | 111 | 103 |
| Binary | 11001111 | 11101000 | 1101100 | 1011 | 0 | 110101 | 1001 | 1001000 | 1001001 | 1000011 |
Color Harmonies of #CFE86C
Complementary color
Monochromatic Colors of #CFE86C
Black with #CFE86C
Text Example
Text Example
White with #CFE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE86C; }
p { color: rgb(207,232,108); }
H1.HeaderClassName
{
color: #CFE86C;
}
.AnyTagClassName
{
color: #CFE86C;
}
</style>
background-color css
<style>
a { background-color: #CFE86C; }
a { background-color: rgb(207,232,108); }
div.DivClassName
{
background-color: #CFE86C;
}
.BgClassName
{
background-color: #CFE86C;
}
</style>
border-color css
<style>
span { border-color: #CFE86C; }
span { border-color: rgb(207,232,108); }
td.TdClassName
{
border-color: #CFE86C;
}
.TagClassName
{
border-color: #CFE86C;
}
</style>