Shades of Mindaro #CFF164
Tints of Mindaro #CFF164
RGB
CMYK
RGB Variations
Color information
#CFF164 (or 0xCFF164) is known color: Mindaro. HEX triplet: CF, F1 and 64. RGB value is (207,241,100). Sum of RGB (Red+Green+Blue) = 207+241+100=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF164 is #300E9B. Grayscale: #D7D7D7. Windows color (decimal): -3149468 or 6615503. OLE color: 6615503.
HSL color Cylindrical-coordinate representation of color #CFF164: hue angle of 74.47º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF164 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 100 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.05 |
| HSL | 74.47º | 0.83% | 0.67% | - |
| HSV(B) | 74.47º | 0.59% | 0.95% | - |
| XYZ | 59.49 | 77.1 | 23.8 | - |
| YUV | 214.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 100 | 0.14 | 0 | 0.59 | 0.05 | 74.47 | 0.83 | 0.67 |
| Hex | CF | F1 | 64 | E | 0 | 3B | 5 | 4A | 53 | 43 |
| Octal | 317 | 361 | 144 | 16 | 0 | 73 | 5 | 112 | 123 | 103 |
| Binary | 11001111 | 11110001 | 1100100 | 1110 | 0 | 111011 | 101 | 1001010 | 1010011 | 1000011 |
Color Harmonies of #CFF164
Complementary color
Monochromatic Colors of #CFF164
Black with #CFF164
Text Example
Text Example
White with #CFF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF164; }
p { color: rgb(207,241,100); }
H1.HeaderClassName
{
color: #CFF164;
}
.AnyTagClassName
{
color: #CFF164;
}
</style>
background-color css
<style>
a { background-color: #CFF164; }
a { background-color: rgb(207,241,100); }
div.DivClassName
{
background-color: #CFF164;
}
.BgClassName
{
background-color: #CFF164;
}
</style>
border-color css
<style>
span { border-color: #CFF164; }
span { border-color: rgb(207,241,100); }
td.TdClassName
{
border-color: #CFF164;
}
.TagClassName
{
border-color: #CFF164;
}
</style>