Shades of Mindaro #CFF360
Tints of Mindaro #CFF360
RGB
CMYK
RGB Variations
Color information
#CFF360 (or 0xCFF360) is known color: Mindaro. HEX triplet: CF, F3 and 60. RGB value is (207,243,96). Sum of RGB (Red+Green+Blue) = 207+243+96=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF360 is #300C9F. Grayscale: #D8D8D8. Windows color (decimal): -3148960 or 6353871. OLE color: 6353871.
HSL color Cylindrical-coordinate representation of color #CFF360: hue angle of 74.69º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF360 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 96 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.05 |
| HSL | 74.69º | 0.86% | 0.66% | - |
| HSV(B) | 74.69º | 0.6% | 0.95% | - |
| XYZ | 59.89 | 78.21 | 23.01 | - |
| YUV | 215.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 96 | 0.15 | 0 | 0.60 | 0.05 | 74.69 | 0.86 | 0.66 |
| Hex | CF | F3 | 60 | F | 0 | 3C | 5 | 4B | 56 | 42 |
| Octal | 317 | 363 | 140 | 17 | 0 | 74 | 5 | 113 | 126 | 102 |
| Binary | 11001111 | 11110011 | 1100000 | 1111 | 0 | 111100 | 101 | 1001011 | 1010110 | 1000010 |
Color Harmonies of #CFF360
Complementary color
Monochromatic Colors of #CFF360
Black with #CFF360
Text Example
Text Example
White with #CFF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF360; }
p { color: rgb(207,243,96); }
H1.HeaderClassName
{
color: #CFF360;
}
.AnyTagClassName
{
color: #CFF360;
}
</style>
background-color css
<style>
a { background-color: #CFF360; }
a { background-color: rgb(207,243,96); }
div.DivClassName
{
background-color: #CFF360;
}
.BgClassName
{
background-color: #CFF360;
}
</style>
border-color css
<style>
span { border-color: #CFF360; }
span { border-color: rgb(207,243,96); }
td.TdClassName
{
border-color: #CFF360;
}
.TagClassName
{
border-color: #CFF360;
}
</style>