Shades of Mindaro #CFF16B
Tints of Mindaro #CFF16B
RGB
CMYK
RGB Variations
Color information
#CFF16B (or 0xCFF16B) is known color: Mindaro. HEX triplet: CF, F1 and 6B. RGB value is (207,241,107). Sum of RGB (Red+Green+Blue) = 207+241+107=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF16B is #300E94. Grayscale: #D8D8D8. Windows color (decimal): -3149461 or 7074255. OLE color: 7074255.
HSL color Cylindrical-coordinate representation of color #CFF16B: hue angle of 75.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF16B is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 107 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.05 |
| HSL | 75.22º | 0.83% | 0.68% | - |
| HSV(B) | 75.22º | 0.56% | 0.95% | - |
| XYZ | 59.84 | 77.24 | 25.66 | - |
| YUV | 215.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 107 | 0.14 | 0 | 0.56 | 0.05 | 75.22 | 0.83 | 0.68 |
| Hex | CF | F1 | 6B | E | 0 | 38 | 5 | 4B | 53 | 44 |
| Octal | 317 | 361 | 153 | 16 | 0 | 70 | 5 | 113 | 123 | 104 |
| Binary | 11001111 | 11110001 | 1101011 | 1110 | 0 | 111000 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #CFF16B
Complementary color
Monochromatic Colors of #CFF16B
Black with #CFF16B
Text Example
Text Example
White with #CFF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF16B; }
p { color: rgb(207,241,107); }
H1.HeaderClassName
{
color: #CFF16B;
}
.AnyTagClassName
{
color: #CFF16B;
}
</style>
background-color css
<style>
a { background-color: #CFF16B; }
a { background-color: rgb(207,241,107); }
div.DivClassName
{
background-color: #CFF16B;
}
.BgClassName
{
background-color: #CFF16B;
}
</style>
border-color css
<style>
span { border-color: #CFF16B; }
span { border-color: rgb(207,241,107); }
td.TdClassName
{
border-color: #CFF16B;
}
.TagClassName
{
border-color: #CFF16B;
}
</style>