Shades of Mindaro #CFF054
Tints of Mindaro #CFF054
RGB
CMYK
RGB Variations
Color information
#CFF054 (or 0xCFF054) is known color: Mindaro. HEX triplet: CF, F0 and 54. RGB value is (207,240,84). Sum of RGB (Red+Green+Blue) = 207+240+84=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF054 is #300FAB. Grayscale: #D4D4D4. Windows color (decimal): -3149740 or 5566671. OLE color: 5566671.
HSL color Cylindrical-coordinate representation of color #CFF054: hue angle of 72.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF054 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 84 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.06 |
| HSL | 72.69º | 0.84% | 0.64% | - |
| HSV(B) | 72.69º | 0.65% | 0.94% | - |
| XYZ | 58.49 | 76.23 | 20.02 | - |
| YUV | 212.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 84 | 0.14 | 0 | 0.65 | 0.06 | 72.69 | 0.84 | 0.64 |
| Hex | CF | F0 | 54 | E | 0 | 41 | 6 | 49 | 54 | 40 |
| Octal | 317 | 360 | 124 | 16 | 0 | 101 | 6 | 111 | 124 | 100 |
| Binary | 11001111 | 11110000 | 1010100 | 1110 | 0 | 1000001 | 110 | 1001001 | 1010100 | 1000000 |
Color Harmonies of #CFF054
Complementary color
Monochromatic Colors of #CFF054
Black with #CFF054
Text Example
Text Example
White with #CFF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF054; }
p { color: rgb(207,240,84); }
H1.HeaderClassName
{
color: #CFF054;
}
.AnyTagClassName
{
color: #CFF054;
}
</style>
background-color css
<style>
a { background-color: #CFF054; }
a { background-color: rgb(207,240,84); }
div.DivClassName
{
background-color: #CFF054;
}
.BgClassName
{
background-color: #CFF054;
}
</style>
border-color css
<style>
span { border-color: #CFF054; }
span { border-color: rgb(207,240,84); }
td.TdClassName
{
border-color: #CFF054;
}
.TagClassName
{
border-color: #CFF054;
}
</style>