Shades of Mindaro #CFFF6D
Tints of Mindaro #CFFF6D
RGB
CMYK
RGB Variations
Color information
#CFFF6D (or 0xCFFF6D) is known color: Mindaro. HEX triplet: CF, FF and 6D. RGB value is (207,255,109). Sum of RGB (Red+Green+Blue) = 207+255+109=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF6D is #300092. Grayscale: #E0E0E0. Windows color (decimal): -3145875 or 7208911. OLE color: 7208911.
HSL color Cylindrical-coordinate representation of color #CFFF6D: hue angle of 79.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFFF6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 109 | - |
| CMYK | 0.19 | 0 | 0.57 | 0 |
| HSL | 79.73º | 1% | 0.71% | - |
| HSV(B) | 79.73º | 0.57% | 1% | - |
| XYZ | 64.25 | 85.89 | 27.66 | - |
| YUV | 224 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 109 | 0.19 | 0 | 0.57 | 0 | 79.73 | 1 | 0.71 |
| Hex | CF | FF | 6D | 13 | 0 | 39 | 0 | 50 | 64 | 47 |
| Octal | 317 | 377 | 155 | 23 | 0 | 71 | 0 | 120 | 144 | 107 |
| Binary | 11001111 | 11111111 | 1101101 | 10011 | 0 | 111001 | 0 | 1010000 | 1100100 | 1000111 |
Color Harmonies of #CFFF6D
Complementary color
Monochromatic Colors of #CFFF6D
Black with #CFFF6D
Text Example
Text Example
White with #CFFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF6D; }
p { color: rgb(207,255,109); }
H1.HeaderClassName
{
color: #CFFF6D;
}
.AnyTagClassName
{
color: #CFFF6D;
}
</style>
background-color css
<style>
a { background-color: #CFFF6D; }
a { background-color: rgb(207,255,109); }
div.DivClassName
{
background-color: #CFFF6D;
}
.BgClassName
{
background-color: #CFFF6D;
}
</style>
border-color css
<style>
span { border-color: #CFFF6D; }
span { border-color: rgb(207,255,109); }
td.TdClassName
{
border-color: #CFFF6D;
}
.TagClassName
{
border-color: #CFFF6D;
}
</style>