Shades of Mindaro #CFF54F
Tints of Mindaro #CFF54F
RGB
CMYK
RGB Variations
Color information
#CFF54F (or 0xCFF54F) is known color: Mindaro. HEX triplet: CF, F5 and 4F. RGB value is (207,245,79). Sum of RGB (Red+Green+Blue) = 207+245+79=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF54F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF54F is #300AB0. Grayscale: #D7D7D7. Windows color (decimal): -3148465 or 5240271. OLE color: 5240271.
HSL color Cylindrical-coordinate representation of color #CFF54F: hue angle of 73.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF54F is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 79 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.04 |
| HSL | 73.73º | 0.89% | 0.64% | - |
| HSV(B) | 73.73º | 0.68% | 0.96% | - |
| XYZ | 59.8 | 79.13 | 19.52 | - |
| YUV | 214.71 | 51.41 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 79 | 0.16 | 0 | 0.68 | 0.04 | 73.73 | 0.89 | 0.64 |
| Hex | CF | F5 | 4F | 10 | 0 | 44 | 4 | 4A | 59 | 40 |
| Octal | 317 | 365 | 117 | 20 | 0 | 104 | 4 | 112 | 131 | 100 |
| Binary | 11001111 | 11110101 | 1001111 | 10000 | 0 | 1000100 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #CFF54F
Complementary color
Monochromatic Colors of #CFF54F
Black with #CFF54F
Text Example
Text Example
White with #CFF54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF54F; }
p { color: rgb(207,245,79); }
H1.HeaderClassName
{
color: #CFF54F;
}
.AnyTagClassName
{
color: #CFF54F;
}
</style>
background-color css
<style>
a { background-color: #CFF54F; }
a { background-color: rgb(207,245,79); }
div.DivClassName
{
background-color: #CFF54F;
}
.BgClassName
{
background-color: #CFF54F;
}
</style>
border-color css
<style>
span { border-color: #CFF54F; }
span { border-color: rgb(207,245,79); }
td.TdClassName
{
border-color: #CFF54F;
}
.TagClassName
{
border-color: #CFF54F;
}
</style>