Shades of Mindaro #CFFC50
Tints of Mindaro #CFFC50
RGB
CMYK
RGB Variations
Color information
#CFFC50 (or 0xCFFC50) is known color: Mindaro. HEX triplet: CF, FC and 50. RGB value is (207,252,80). Sum of RGB (Red+Green+Blue) = 207+252+80=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC50 is #3003AF. Grayscale: #DBDBDB. Windows color (decimal): -3146672 or 5307599. OLE color: 5307599.
HSL color Cylindrical-coordinate representation of color #CFFC50: hue angle of 75.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFFC50 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 80 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.01 |
| HSL | 75.7º | 0.97% | 0.65% | - |
| HSV(B) | 75.7º | 0.68% | 0.99% | - |
| XYZ | 61.99 | 83.47 | 20.43 | - |
| YUV | 218.94 | 49.59 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 80 | 0.18 | 0 | 0.68 | 0.01 | 75.7 | 0.97 | 0.65 |
| Hex | CF | FC | 50 | 12 | 0 | 44 | 1 | 4C | 61 | 41 |
| Octal | 317 | 374 | 120 | 22 | 0 | 104 | 1 | 114 | 141 | 101 |
| Binary | 11001111 | 11111100 | 1010000 | 10010 | 0 | 1000100 | 1 | 1001100 | 1100001 | 1000001 |
Color Harmonies of #CFFC50
Complementary color
Monochromatic Colors of #CFFC50
Black with #CFFC50
Text Example
Text Example
White with #CFFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC50; }
p { color: rgb(207,252,80); }
H1.HeaderClassName
{
color: #CFFC50;
}
.AnyTagClassName
{
color: #CFFC50;
}
</style>
background-color css
<style>
a { background-color: #CFFC50; }
a { background-color: rgb(207,252,80); }
div.DivClassName
{
background-color: #CFFC50;
}
.BgClassName
{
background-color: #CFFC50;
}
</style>
border-color css
<style>
span { border-color: #CFFC50; }
span { border-color: rgb(207,252,80); }
td.TdClassName
{
border-color: #CFFC50;
}
.TagClassName
{
border-color: #CFFC50;
}
</style>