Shades of Mindaro #CFF171
Tints of Mindaro #CFF171
RGB
CMYK
RGB Variations
Color information
#CFF171 (or 0xCFF171) is known color: Mindaro. HEX triplet: CF, F1 and 71. RGB value is (207,241,113). Sum of RGB (Red+Green+Blue) = 207+241+113=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF171 is #300E8E. Grayscale: #D8D8D8. Windows color (decimal): -3149455 or 7467471. OLE color: 7467471.
HSL color Cylindrical-coordinate representation of color #CFF171: hue angle of 75.94º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF171 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 113 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.05 |
| HSL | 75.94º | 0.82% | 0.69% | - |
| HSV(B) | 75.94º | 0.53% | 0.95% | - |
| XYZ | 60.17 | 77.37 | 27.39 | - |
| YUV | 216.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 113 | 0.14 | 0 | 0.53 | 0.05 | 75.94 | 0.82 | 0.69 |
| Hex | CF | F1 | 71 | E | 0 | 35 | 5 | 4C | 52 | 45 |
| Octal | 317 | 361 | 161 | 16 | 0 | 65 | 5 | 114 | 122 | 105 |
| Binary | 11001111 | 11110001 | 1110001 | 1110 | 0 | 110101 | 101 | 1001100 | 1010010 | 1000101 |
Color Harmonies of #CFF171
Complementary color
Monochromatic Colors of #CFF171
Black with #CFF171
Text Example
Text Example
White with #CFF171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF171; }
p { color: rgb(207,241,113); }
H1.HeaderClassName
{
color: #CFF171;
}
.AnyTagClassName
{
color: #CFF171;
}
</style>
background-color css
<style>
a { background-color: #CFF171; }
a { background-color: rgb(207,241,113); }
div.DivClassName
{
background-color: #CFF171;
}
.BgClassName
{
background-color: #CFF171;
}
</style>
border-color css
<style>
span { border-color: #CFF171; }
span { border-color: rgb(207,241,113); }
td.TdClassName
{
border-color: #CFF171;
}
.TagClassName
{
border-color: #CFF171;
}
</style>