Shades of Mindaro #CFF155
Tints of Mindaro #CFF155
RGB
CMYK
RGB Variations
Color information
#CFF155 (or 0xCFF155) is known color: Mindaro. HEX triplet: CF, F1 and 55. RGB value is (207,241,85). Sum of RGB (Red+Green+Blue) = 207+241+85=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF155 is #300EAA. Grayscale: #D5D5D5. Windows color (decimal): -3149483 or 5632463. OLE color: 5632463.
HSL color Cylindrical-coordinate representation of color #CFF155: hue angle of 73.08º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF155 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 85 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.05 |
| HSL | 73.08º | 0.85% | 0.64% | - |
| HSV(B) | 73.08º | 0.65% | 0.95% | - |
| XYZ | 58.83 | 76.83 | 20.32 | - |
| YUV | 213.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 85 | 0.14 | 0 | 0.65 | 0.05 | 73.08 | 0.85 | 0.64 |
| Hex | CF | F1 | 55 | E | 0 | 41 | 5 | 49 | 55 | 40 |
| Octal | 317 | 361 | 125 | 16 | 0 | 101 | 5 | 111 | 125 | 100 |
| Binary | 11001111 | 11110001 | 1010101 | 1110 | 0 | 1000001 | 101 | 1001001 | 1010101 | 1000000 |
Color Harmonies of #CFF155
Complementary color
Monochromatic Colors of #CFF155
Black with #CFF155
Text Example
Text Example
White with #CFF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF155; }
p { color: rgb(207,241,85); }
H1.HeaderClassName
{
color: #CFF155;
}
.AnyTagClassName
{
color: #CFF155;
}
</style>
background-color css
<style>
a { background-color: #CFF155; }
a { background-color: rgb(207,241,85); }
div.DivClassName
{
background-color: #CFF155;
}
.BgClassName
{
background-color: #CFF155;
}
</style>
border-color css
<style>
span { border-color: #CFF155; }
span { border-color: rgb(207,241,85); }
td.TdClassName
{
border-color: #CFF155;
}
.TagClassName
{
border-color: #CFF155;
}
</style>