Shades of Mindaro #CFF86A
Tints of Mindaro #CFF86A
RGB
CMYK
RGB Variations
Color information
#CFF86A (or 0xCFF86A) is known color: Mindaro. HEX triplet: CF, F8 and 6A. RGB value is (207,248,106). Sum of RGB (Red+Green+Blue) = 207+248+106=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF86A is #300795. Grayscale: #DCDCDC. Windows color (decimal): -3147670 or 7010511. OLE color: 7010511.
HSL color Cylindrical-coordinate representation of color #CFF86A: hue angle of 77.32º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF86A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 106 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 77.32º | 0.91% | 0.69% | - |
| HSV(B) | 77.32º | 0.57% | 0.97% | - |
| XYZ | 61.9 | 81.44 | 26.09 | - |
| YUV | 219.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 106 | 0.17 | 0 | 0.57 | 0.03 | 77.32 | 0.91 | 0.69 |
| Hex | CF | F8 | 6A | 11 | 0 | 39 | 3 | 4D | 5B | 45 |
| Octal | 317 | 370 | 152 | 21 | 0 | 71 | 3 | 115 | 133 | 105 |
| Binary | 11001111 | 11111000 | 1101010 | 10001 | 0 | 111001 | 11 | 1001101 | 1011011 | 1000101 |
Color Harmonies of #CFF86A
Complementary color
Monochromatic Colors of #CFF86A
Black with #CFF86A
Text Example
Text Example
White with #CFF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF86A; }
p { color: rgb(207,248,106); }
H1.HeaderClassName
{
color: #CFF86A;
}
.AnyTagClassName
{
color: #CFF86A;
}
</style>
background-color css
<style>
a { background-color: #CFF86A; }
a { background-color: rgb(207,248,106); }
div.DivClassName
{
background-color: #CFF86A;
}
.BgClassName
{
background-color: #CFF86A;
}
</style>
border-color css
<style>
span { border-color: #CFF86A; }
span { border-color: rgb(207,248,106); }
td.TdClassName
{
border-color: #CFF86A;
}
.TagClassName
{
border-color: #CFF86A;
}
</style>