Shades of Mindaro #CFFF6A
Tints of Mindaro #CFFF6A
RGB
CMYK
RGB Variations
Color information
#CFFF6A (or 0xCFFF6A) is known color: Mindaro. HEX triplet: CF, FF and 6A. RGB value is (207,255,106). Sum of RGB (Red+Green+Blue) = 207+255+106=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF6A is #300095. Grayscale: #E0E0E0. Windows color (decimal): -3145878 or 7012303. OLE color: 7012303.
HSL color Cylindrical-coordinate representation of color #CFFF6A: hue angle of 79.33º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFFF6A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 106 | - |
| CMYK | 0.19 | 0 | 0.58 | 0 |
| HSL | 79.33º | 1% | 0.71% | - |
| HSV(B) | 79.33º | 0.58% | 1% | - |
| XYZ | 64.09 | 85.83 | 26.82 | - |
| YUV | 223.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 106 | 0.19 | 0 | 0.58 | 0 | 79.33 | 1 | 0.71 |
| Hex | CF | FF | 6A | 13 | 0 | 3A | 0 | 4F | 64 | 47 |
| Octal | 317 | 377 | 152 | 23 | 0 | 72 | 0 | 117 | 144 | 107 |
| Binary | 11001111 | 11111111 | 1101010 | 10011 | 0 | 111010 | 0 | 1001111 | 1100100 | 1000111 |
Color Harmonies of #CFFF6A
Complementary color
Monochromatic Colors of #CFFF6A
Black with #CFFF6A
Text Example
Text Example
White with #CFFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF6A; }
p { color: rgb(207,255,106); }
H1.HeaderClassName
{
color: #CFFF6A;
}
.AnyTagClassName
{
color: #CFFF6A;
}
</style>
background-color css
<style>
a { background-color: #CFFF6A; }
a { background-color: rgb(207,255,106); }
div.DivClassName
{
background-color: #CFFF6A;
}
.BgClassName
{
background-color: #CFFF6A;
}
</style>
border-color css
<style>
span { border-color: #CFFF6A; }
span { border-color: rgb(207,255,106); }
td.TdClassName
{
border-color: #CFFF6A;
}
.TagClassName
{
border-color: #CFFF6A;
}
</style>