Shades of Mindaro #CFF16D
Tints of Mindaro #CFF16D
RGB
CMYK
RGB Variations
Color information
#CFF16D (or 0xCFF16D) is known color: Mindaro. HEX triplet: CF, F1 and 6D. RGB value is (207,241,109). Sum of RGB (Red+Green+Blue) = 207+241+109=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF16D is #300E92. Grayscale: #D8D8D8. Windows color (decimal): -3149459 or 7205327. OLE color: 7205327.
HSL color Cylindrical-coordinate representation of color #CFF16D: hue angle of 75.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF16D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 109 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75.45º | 0.83% | 0.69% | - |
| HSV(B) | 75.45º | 0.55% | 0.95% | - |
| XYZ | 59.95 | 77.28 | 26.22 | - |
| YUV | 215.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 109 | 0.14 | 0 | 0.55 | 0.05 | 75.45 | 0.83 | 0.69 |
| Hex | CF | F1 | 6D | E | 0 | 37 | 5 | 4B | 52 | 45 |
| Octal | 317 | 361 | 155 | 16 | 0 | 67 | 5 | 113 | 122 | 105 |
| Binary | 11001111 | 11110001 | 1101101 | 1110 | 0 | 110111 | 101 | 1001011 | 1010010 | 1000101 |
Color Harmonies of #CFF16D
Complementary color
Monochromatic Colors of #CFF16D
Black with #CFF16D
Text Example
Text Example
White with #CFF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF16D; }
p { color: rgb(207,241,109); }
H1.HeaderClassName
{
color: #CFF16D;
}
.AnyTagClassName
{
color: #CFF16D;
}
</style>
background-color css
<style>
a { background-color: #CFF16D; }
a { background-color: rgb(207,241,109); }
div.DivClassName
{
background-color: #CFF16D;
}
.BgClassName
{
background-color: #CFF16D;
}
</style>
border-color css
<style>
span { border-color: #CFF16D; }
span { border-color: rgb(207,241,109); }
td.TdClassName
{
border-color: #CFF16D;
}
.TagClassName
{
border-color: #CFF16D;
}
</style>