Shades of Mindaro #CFFC6C
Tints of Mindaro #CFFC6C
RGB
CMYK
RGB Variations
Color information
#CFFC6C (or 0xCFFC6C) is known color: Mindaro. HEX triplet: CF, FC and 6C. RGB value is (207,252,108). Sum of RGB (Red+Green+Blue) = 207+252+108=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC6C is #300393. Grayscale: #DEDEDE. Windows color (decimal): -3146644 or 7142607. OLE color: 7142607.
HSL color Cylindrical-coordinate representation of color #CFFC6C: hue angle of 78.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFFC6C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 108 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.01 |
| HSL | 78.75º | 0.96% | 0.71% | - |
| HSV(B) | 78.75º | 0.57% | 0.99% | - |
| XYZ | 63.25 | 83.97 | 27.06 | - |
| YUV | 222.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 108 | 0.18 | 0 | 0.57 | 0.01 | 78.75 | 0.96 | 0.71 |
| Hex | CF | FC | 6C | 12 | 0 | 39 | 1 | 4F | 60 | 47 |
| Octal | 317 | 374 | 154 | 22 | 0 | 71 | 1 | 117 | 140 | 107 |
| Binary | 11001111 | 11111100 | 1101100 | 10010 | 0 | 111001 | 1 | 1001111 | 1100000 | 1000111 |
Color Harmonies of #CFFC6C
Complementary color
Monochromatic Colors of #CFFC6C
Black with #CFFC6C
Text Example
Text Example
White with #CFFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC6C; }
p { color: rgb(207,252,108); }
H1.HeaderClassName
{
color: #CFFC6C;
}
.AnyTagClassName
{
color: #CFFC6C;
}
</style>
background-color css
<style>
a { background-color: #CFFC6C; }
a { background-color: rgb(207,252,108); }
div.DivClassName
{
background-color: #CFFC6C;
}
.BgClassName
{
background-color: #CFFC6C;
}
</style>
border-color css
<style>
span { border-color: #CFFC6C; }
span { border-color: rgb(207,252,108); }
td.TdClassName
{
border-color: #CFFC6C;
}
.TagClassName
{
border-color: #CFFC6C;
}
</style>