Shades of Mindaro #CFF173
Tints of Mindaro #CFF173
RGB
CMYK
RGB Variations
Color information
#CFF173 (or 0xCFF173) is known color: Mindaro. HEX triplet: CF, F1 and 73. RGB value is (207,241,115). Sum of RGB (Red+Green+Blue) = 207+241+115=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF173 is #300E8C. Grayscale: #D8D8D8. Windows color (decimal): -3149453 or 7598543. OLE color: 7598543.
HSL color Cylindrical-coordinate representation of color #CFF173: hue angle of 76.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF173 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 115 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.05 |
| HSL | 76.19º | 0.82% | 0.7% | - |
| HSV(B) | 76.19º | 0.52% | 0.95% | - |
| XYZ | 60.28 | 77.41 | 27.98 | - |
| YUV | 216.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 115 | 0.14 | 0 | 0.52 | 0.05 | 76.19 | 0.82 | 0.7 |
| Hex | CF | F1 | 73 | E | 0 | 34 | 5 | 4C | 52 | 46 |
| Octal | 317 | 361 | 163 | 16 | 0 | 64 | 5 | 114 | 122 | 106 |
| Binary | 11001111 | 11110001 | 1110011 | 1110 | 0 | 110100 | 101 | 1001100 | 1010010 | 1000110 |
Color Harmonies of #CFF173
Complementary color
Monochromatic Colors of #CFF173
Black with #CFF173
Text Example
Text Example
White with #CFF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF173; }
p { color: rgb(207,241,115); }
H1.HeaderClassName
{
color: #CFF173;
}
.AnyTagClassName
{
color: #CFF173;
}
</style>
background-color css
<style>
a { background-color: #CFF173; }
a { background-color: rgb(207,241,115); }
div.DivClassName
{
background-color: #CFF173;
}
.BgClassName
{
background-color: #CFF173;
}
</style>
border-color css
<style>
span { border-color: #CFF173; }
span { border-color: rgb(207,241,115); }
td.TdClassName
{
border-color: #CFF173;
}
.TagClassName
{
border-color: #CFF173;
}
</style>