Shades of Mindaro #CFF350
Tints of Mindaro #CFF350
RGB
CMYK
RGB Variations
Color information
#CFF350 (or 0xCFF350) is known color: Mindaro. HEX triplet: CF, F3 and 50. RGB value is (207,243,80). Sum of RGB (Red+Green+Blue) = 207+243+80=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF350 is #300CAF. Grayscale: #D6D6D6. Windows color (decimal): -3148976 or 5305295. OLE color: 5305295.
HSL color Cylindrical-coordinate representation of color #CFF350: hue angle of 73.25º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF350 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 80 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.25º | 0.87% | 0.63% | - |
| HSV(B) | 73.25º | 0.67% | 0.95% | - |
| XYZ | 59.23 | 77.95 | 19.51 | - |
| YUV | 213.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 80 | 0.15 | 0 | 0.67 | 0.05 | 73.25 | 0.87 | 0.63 |
| Hex | CF | F3 | 50 | F | 0 | 43 | 5 | 49 | 57 | 3F |
| Octal | 317 | 363 | 120 | 17 | 0 | 103 | 5 | 111 | 127 | 77 |
| Binary | 11001111 | 11110011 | 1010000 | 1111 | 0 | 1000011 | 101 | 1001001 | 1010111 | 111111 |
Color Harmonies of #CFF350
Complementary color
Monochromatic Colors of #CFF350
Black with #CFF350
Text Example
Text Example
White with #CFF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF350; }
p { color: rgb(207,243,80); }
H1.HeaderClassName
{
color: #CFF350;
}
.AnyTagClassName
{
color: #CFF350;
}
</style>
background-color css
<style>
a { background-color: #CFF350; }
a { background-color: rgb(207,243,80); }
div.DivClassName
{
background-color: #CFF350;
}
.BgClassName
{
background-color: #CFF350;
}
</style>
border-color css
<style>
span { border-color: #CFF350; }
span { border-color: rgb(207,243,80); }
td.TdClassName
{
border-color: #CFF350;
}
.TagClassName
{
border-color: #CFF350;
}
</style>