Shades of Mindaro #CFF16C
Tints of Mindaro #CFF16C
RGB
CMYK
RGB Variations
Color information
#CFF16C (or 0xCFF16C) is known color: Mindaro. HEX triplet: CF, F1 and 6C. RGB value is (207,241,108). Sum of RGB (Red+Green+Blue) = 207+241+108=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF16C is #300E93. Grayscale: #D8D8D8. Windows color (decimal): -3149460 or 7139791. OLE color: 7139791.
HSL color Cylindrical-coordinate representation of color #CFF16C: hue angle of 75.34º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF16C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75.34º | 0.83% | 0.68% | - |
| HSV(B) | 75.34º | 0.55% | 0.95% | - |
| XYZ | 59.89 | 77.26 | 25.94 | - |
| YUV | 215.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 108 | 0.14 | 0 | 0.55 | 0.05 | 75.34 | 0.83 | 0.68 |
| Hex | CF | F1 | 6C | E | 0 | 37 | 5 | 4B | 53 | 44 |
| Octal | 317 | 361 | 154 | 16 | 0 | 67 | 5 | 113 | 123 | 104 |
| Binary | 11001111 | 11110001 | 1101100 | 1110 | 0 | 110111 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #CFF16C
Complementary color
Monochromatic Colors of #CFF16C
Black with #CFF16C
Text Example
Text Example
White with #CFF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF16C; }
p { color: rgb(207,241,108); }
H1.HeaderClassName
{
color: #CFF16C;
}
.AnyTagClassName
{
color: #CFF16C;
}
</style>
background-color css
<style>
a { background-color: #CFF16C; }
a { background-color: rgb(207,241,108); }
div.DivClassName
{
background-color: #CFF16C;
}
.BgClassName
{
background-color: #CFF16C;
}
</style>
border-color css
<style>
span { border-color: #CFF16C; }
span { border-color: rgb(207,241,108); }
td.TdClassName
{
border-color: #CFF16C;
}
.TagClassName
{
border-color: #CFF16C;
}
</style>