Shades of Mindaro #CFF554
Tints of Mindaro #CFF554
RGB
CMYK
RGB Variations
Color information
#CFF554 (or 0xCFF554) is known color: Mindaro. HEX triplet: CF, F5 and 54. RGB value is (207,245,84). Sum of RGB (Red+Green+Blue) = 207+245+84=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF554 is #300AAB. Grayscale: #D7D7D7. Windows color (decimal): -3148460 or 5567951. OLE color: 5567951.
HSL color Cylindrical-coordinate representation of color #CFF554: hue angle of 74.16º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF554 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 84 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.04 |
| HSL | 74.16º | 0.89% | 0.65% | - |
| HSV(B) | 74.16º | 0.66% | 0.96% | - |
| XYZ | 59.98 | 79.21 | 20.52 | - |
| YUV | 215.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 84 | 0.16 | 0 | 0.66 | 0.04 | 74.16 | 0.89 | 0.65 |
| Hex | CF | F5 | 54 | 10 | 0 | 42 | 4 | 4A | 59 | 41 |
| Octal | 317 | 365 | 124 | 20 | 0 | 102 | 4 | 112 | 131 | 101 |
| Binary | 11001111 | 11110101 | 1010100 | 10000 | 0 | 1000010 | 100 | 1001010 | 1011001 | 1000001 |
Color Harmonies of #CFF554
Complementary color
Monochromatic Colors of #CFF554
Black with #CFF554
Text Example
Text Example
White with #CFF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF554; }
p { color: rgb(207,245,84); }
H1.HeaderClassName
{
color: #CFF554;
}
.AnyTagClassName
{
color: #CFF554;
}
</style>
background-color css
<style>
a { background-color: #CFF554; }
a { background-color: rgb(207,245,84); }
div.DivClassName
{
background-color: #CFF554;
}
.BgClassName
{
background-color: #CFF554;
}
</style>
border-color css
<style>
span { border-color: #CFF554; }
span { border-color: rgb(207,245,84); }
td.TdClassName
{
border-color: #CFF554;
}
.TagClassName
{
border-color: #CFF554;
}
</style>