Shades of Mindaro #CFF364
Tints of Mindaro #CFF364
RGB
CMYK
RGB Variations
Color information
#CFF364 (or 0xCFF364) is known color: Mindaro. HEX triplet: CF, F3 and 64. RGB value is (207,243,100). Sum of RGB (Red+Green+Blue) = 207+243+100=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF364 is #300C9B. Grayscale: #D8D8D8. Windows color (decimal): -3148956 or 6616015. OLE color: 6616015.
HSL color Cylindrical-coordinate representation of color #CFF364: hue angle of 75.1º degrees, saturation: 0.86, 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 #CFF364 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 100 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.05 |
| HSL | 75.1º | 0.86% | 0.67% | - |
| HSV(B) | 75.1º | 0.59% | 0.95% | - |
| XYZ | 60.08 | 78.29 | 24 | - |
| YUV | 215.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 100 | 0.15 | 0 | 0.59 | 0.05 | 75.1 | 0.86 | 0.67 |
| Hex | CF | F3 | 64 | F | 0 | 3B | 5 | 4B | 56 | 43 |
| Octal | 317 | 363 | 144 | 17 | 0 | 73 | 5 | 113 | 126 | 103 |
| Binary | 11001111 | 11110011 | 1100100 | 1111 | 0 | 111011 | 101 | 1001011 | 1010110 | 1000011 |
Color Harmonies of #CFF364
Complementary color
Monochromatic Colors of #CFF364
Black with #CFF364
Text Example
Text Example
White with #CFF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF364; }
p { color: rgb(207,243,100); }
H1.HeaderClassName
{
color: #CFF364;
}
.AnyTagClassName
{
color: #CFF364;
}
</style>
background-color css
<style>
a { background-color: #CFF364; }
a { background-color: rgb(207,243,100); }
div.DivClassName
{
background-color: #CFF364;
}
.BgClassName
{
background-color: #CFF364;
}
</style>
border-color css
<style>
span { border-color: #CFF364; }
span { border-color: rgb(207,243,100); }
td.TdClassName
{
border-color: #CFF364;
}
.TagClassName
{
border-color: #CFF364;
}
</style>