Shades of Mindaro #CFE86A
Tints of Mindaro #CFE86A
RGB
CMYK
RGB Variations
Color information
#CFE86A (or 0xCFE86A) is known color: Mindaro. HEX triplet: CF, E8 and 6A. RGB value is (207,232,106). Sum of RGB (Red+Green+Blue) = 207+232+106=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE86A is #301795. Grayscale: #D2D2D2. Windows color (decimal): -3151766 or 7006415. OLE color: 7006415.
HSL color Cylindrical-coordinate representation of color #CFE86A: hue angle of 71.9º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE86A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 106 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.09 |
| HSL | 71.9º | 0.73% | 0.66% | - |
| HSV(B) | 71.9º | 0.54% | 0.91% | - |
| XYZ | 57.19 | 72.02 | 24.52 | - |
| YUV | 210.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 106 | 0.11 | 0 | 0.54 | 0.09 | 71.9 | 0.73 | 0.66 |
| Hex | CF | E8 | 6A | B | 0 | 36 | 9 | 48 | 49 | 42 |
| Octal | 317 | 350 | 152 | 13 | 0 | 66 | 11 | 110 | 111 | 102 |
| Binary | 11001111 | 11101000 | 1101010 | 1011 | 0 | 110110 | 1001 | 1001000 | 1001001 | 1000010 |
Color Harmonies of #CFE86A
Complementary color
Monochromatic Colors of #CFE86A
Black with #CFE86A
Text Example
Text Example
White with #CFE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE86A; }
p { color: rgb(207,232,106); }
H1.HeaderClassName
{
color: #CFE86A;
}
.AnyTagClassName
{
color: #CFE86A;
}
</style>
background-color css
<style>
a { background-color: #CFE86A; }
a { background-color: rgb(207,232,106); }
div.DivClassName
{
background-color: #CFE86A;
}
.BgClassName
{
background-color: #CFE86A;
}
</style>
border-color css
<style>
span { border-color: #CFE86A; }
span { border-color: rgb(207,232,106); }
td.TdClassName
{
border-color: #CFE86A;
}
.TagClassName
{
border-color: #CFE86A;
}
</style>