Shades of Mindaro #CFF169
Tints of Mindaro #CFF169
RGB
CMYK
RGB Variations
Color information
#CFF169 (or 0xCFF169) is known color: Mindaro. HEX triplet: CF, F1 and 69. RGB value is (207,241,105). Sum of RGB (Red+Green+Blue) = 207+241+105=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF169 is #300E96. Grayscale: #D7D7D7. Windows color (decimal): -3149463 or 6943183. OLE color: 6943183.
HSL color Cylindrical-coordinate representation of color #CFF169: hue angle of 75º 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 #CFF169 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 105 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.05 |
| HSL | 75º | 0.83% | 0.68% | - |
| HSV(B) | 75º | 0.56% | 0.95% | - |
| XYZ | 59.74 | 77.2 | 25.12 | - |
| YUV | 215.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 105 | 0.14 | 0 | 0.56 | 0.05 | 75 | 0.83 | 0.68 |
| Hex | CF | F1 | 69 | E | 0 | 38 | 5 | 4B | 53 | 44 |
| Octal | 317 | 361 | 151 | 16 | 0 | 70 | 5 | 113 | 123 | 104 |
| Binary | 11001111 | 11110001 | 1101001 | 1110 | 0 | 111000 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #CFF169
Complementary color
Monochromatic Colors of #CFF169
Black with #CFF169
Text Example
Text Example
White with #CFF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF169; }
p { color: rgb(207,241,105); }
H1.HeaderClassName
{
color: #CFF169;
}
.AnyTagClassName
{
color: #CFF169;
}
</style>
background-color css
<style>
a { background-color: #CFF169; }
a { background-color: rgb(207,241,105); }
div.DivClassName
{
background-color: #CFF169;
}
.BgClassName
{
background-color: #CFF169;
}
</style>
border-color css
<style>
span { border-color: #CFF169; }
span { border-color: rgb(207,241,105); }
td.TdClassName
{
border-color: #CFF169;
}
.TagClassName
{
border-color: #CFF169;
}
</style>