Shades of Mindaro #CFE86E
Tints of Mindaro #CFE86E
RGB
CMYK
RGB Variations
Color information
#CFE86E (or 0xCFE86E) is known color: Mindaro. HEX triplet: CF, E8 and 6E. RGB value is (207,232,110). Sum of RGB (Red+Green+Blue) = 207+232+110=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE86E is #301791. Grayscale: #D3D3D3. Windows color (decimal): -3151762 or 7268559. OLE color: 7268559.
HSL color Cylindrical-coordinate representation of color #CFE86E: hue angle of 72.3º 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 #CFE86E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 110 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.3º | 0.73% | 0.67% | - |
| HSV(B) | 72.3º | 0.53% | 0.91% | - |
| XYZ | 57.4 | 72.1 | 25.64 | - |
| YUV | 210.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 110 | 0.11 | 0 | 0.53 | 0.09 | 72.3 | 0.73 | 0.67 |
| Hex | CF | E8 | 6E | B | 0 | 35 | 9 | 48 | 49 | 43 |
| Octal | 317 | 350 | 156 | 13 | 0 | 65 | 11 | 110 | 111 | 103 |
| Binary | 11001111 | 11101000 | 1101110 | 1011 | 0 | 110101 | 1001 | 1001000 | 1001001 | 1000011 |
Color Harmonies of #CFE86E
Complementary color
Monochromatic Colors of #CFE86E
Black with #CFE86E
Text Example
Text Example
White with #CFE86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE86E; }
p { color: rgb(207,232,110); }
H1.HeaderClassName
{
color: #CFE86E;
}
.AnyTagClassName
{
color: #CFE86E;
}
</style>
background-color css
<style>
a { background-color: #CFE86E; }
a { background-color: rgb(207,232,110); }
div.DivClassName
{
background-color: #CFE86E;
}
.BgClassName
{
background-color: #CFE86E;
}
</style>
border-color css
<style>
span { border-color: #CFE86E; }
span { border-color: rgb(207,232,110); }
td.TdClassName
{
border-color: #CFE86E;
}
.TagClassName
{
border-color: #CFE86E;
}
</style>