Shades of Mindaro #CFF063
Tints of Mindaro #CFF063
RGB
CMYK
RGB Variations
Color information
#CFF063 (or 0xCFF063) is known color: Mindaro. HEX triplet: CF, F0 and 63. RGB value is (207,240,99). Sum of RGB (Red+Green+Blue) = 207+240+99=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF063 is #300F9C. Grayscale: #D6D6D6. Windows color (decimal): -3149725 or 6549711. OLE color: 6549711.
HSL color Cylindrical-coordinate representation of color #CFF063: hue angle of 74.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF063 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 99 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.06 |
| HSL | 74.04º | 0.82% | 0.66% | - |
| HSV(B) | 74.04º | 0.59% | 0.94% | - |
| XYZ | 59.14 | 76.49 | 23.45 | - |
| YUV | 214.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 99 | 0.14 | 0 | 0.59 | 0.06 | 74.04 | 0.82 | 0.66 |
| Hex | CF | F0 | 63 | E | 0 | 3B | 6 | 4A | 52 | 42 |
| Octal | 317 | 360 | 143 | 16 | 0 | 73 | 6 | 112 | 122 | 102 |
| Binary | 11001111 | 11110000 | 1100011 | 1110 | 0 | 111011 | 110 | 1001010 | 1010010 | 1000010 |
Color Harmonies of #CFF063
Complementary color
Monochromatic Colors of #CFF063
Black with #CFF063
Text Example
Text Example
White with #CFF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF063; }
p { color: rgb(207,240,99); }
H1.HeaderClassName
{
color: #CFF063;
}
.AnyTagClassName
{
color: #CFF063;
}
</style>
background-color css
<style>
a { background-color: #CFF063; }
a { background-color: rgb(207,240,99); }
div.DivClassName
{
background-color: #CFF063;
}
.BgClassName
{
background-color: #CFF063;
}
</style>
border-color css
<style>
span { border-color: #CFF063; }
span { border-color: rgb(207,240,99); }
td.TdClassName
{
border-color: #CFF063;
}
.TagClassName
{
border-color: #CFF063;
}
</style>