Shades of Mindaro #CFFA6D
Tints of Mindaro #CFFA6D
RGB
CMYK
RGB Variations
Color information
#CFFA6D (or 0xCFFA6D) is known color: Mindaro. HEX triplet: CF, FA and 6D. RGB value is (207,250,109). Sum of RGB (Red+Green+Blue) = 207+250+109=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA6D is #300592. Grayscale: #DDDDDD. Windows color (decimal): -3147155 or 7207631. OLE color: 7207631.
HSL color Cylindrical-coordinate representation of color #CFFA6D: hue angle of 78.3º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFFA6D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 109 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.02 |
| HSL | 78.3º | 0.93% | 0.7% | - |
| HSV(B) | 78.3º | 0.56% | 0.98% | - |
| XYZ | 62.68 | 82.74 | 27.14 | - |
| YUV | 221.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 109 | 0.17 | 0 | 0.56 | 0.02 | 78.3 | 0.93 | 0.7 |
| Hex | CF | FA | 6D | 11 | 0 | 38 | 2 | 4E | 5D | 46 |
| Octal | 317 | 372 | 155 | 21 | 0 | 70 | 2 | 116 | 135 | 106 |
| Binary | 11001111 | 11111010 | 1101101 | 10001 | 0 | 111000 | 10 | 1001110 | 1011101 | 1000110 |
Color Harmonies of #CFFA6D
Complementary color
Monochromatic Colors of #CFFA6D
Black with #CFFA6D
Text Example
Text Example
White with #CFFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA6D; }
p { color: rgb(207,250,109); }
H1.HeaderClassName
{
color: #CFFA6D;
}
.AnyTagClassName
{
color: #CFFA6D;
}
</style>
background-color css
<style>
a { background-color: #CFFA6D; }
a { background-color: rgb(207,250,109); }
div.DivClassName
{
background-color: #CFFA6D;
}
.BgClassName
{
background-color: #CFFA6D;
}
</style>
border-color css
<style>
span { border-color: #CFFA6D; }
span { border-color: rgb(207,250,109); }
td.TdClassName
{
border-color: #CFFA6D;
}
.TagClassName
{
border-color: #CFFA6D;
}
</style>