Shades of Mindaro #CFFF6C
Tints of Mindaro #CFFF6C
RGB
CMYK
RGB Variations
Color information
#CFFF6C (or 0xCFFF6C) is known color: Mindaro. HEX triplet: CF, FF and 6C. RGB value is (207,255,108). Sum of RGB (Red+Green+Blue) = 207+255+108=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF6C is #300093. Grayscale: #E0E0E0. Windows color (decimal): -3145876 or 7143375. OLE color: 7143375.
HSL color Cylindrical-coordinate representation of color #CFFF6C: hue angle of 79.59º 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 #CFFF6C is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 108 | - |
| CMYK | 0.19 | 0 | 0.58 | 0 |
| HSL | 79.59º | 1% | 0.71% | - |
| HSV(B) | 79.59º | 0.58% | 1% | - |
| XYZ | 64.2 | 85.87 | 27.38 | - |
| YUV | 223.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 108 | 0.19 | 0 | 0.58 | 0 | 79.59 | 1 | 0.71 |
| Hex | CF | FF | 6C | 13 | 0 | 3A | 0 | 50 | 64 | 47 |
| Octal | 317 | 377 | 154 | 23 | 0 | 72 | 0 | 120 | 144 | 107 |
| Binary | 11001111 | 11111111 | 1101100 | 10011 | 0 | 111010 | 0 | 1010000 | 1100100 | 1000111 |
Color Harmonies of #CFFF6C
Complementary color
Monochromatic Colors of #CFFF6C
Black with #CFFF6C
Text Example
Text Example
White with #CFFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF6C; }
p { color: rgb(207,255,108); }
H1.HeaderClassName
{
color: #CFFF6C;
}
.AnyTagClassName
{
color: #CFFF6C;
}
</style>
background-color css
<style>
a { background-color: #CFFF6C; }
a { background-color: rgb(207,255,108); }
div.DivClassName
{
background-color: #CFFF6C;
}
.BgClassName
{
background-color: #CFFF6C;
}
</style>
border-color css
<style>
span { border-color: #CFFF6C; }
span { border-color: rgb(207,255,108); }
td.TdClassName
{
border-color: #CFFF6C;
}
.TagClassName
{
border-color: #CFFF6C;
}
</style>