Shades of Mindaro #CFF55A
Tints of Mindaro #CFF55A
RGB
CMYK
RGB Variations
Color information
#CFF55A (or 0xCFF55A) is known color: Mindaro. HEX triplet: CF, F5 and 5A. RGB value is (207,245,90). Sum of RGB (Red+Green+Blue) = 207+245+90=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF55A is #300AA5. Grayscale: #D8D8D8. Windows color (decimal): -3148454 or 5961167. OLE color: 5961167.
HSL color Cylindrical-coordinate representation of color #CFF55A: hue angle of 74.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF55A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 90 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 74.71º | 0.89% | 0.66% | - |
| HSV(B) | 74.71º | 0.63% | 0.96% | - |
| XYZ | 60.23 | 79.31 | 21.81 | - |
| YUV | 215.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 90 | 0.16 | 0 | 0.63 | 0.04 | 74.71 | 0.89 | 0.66 |
| Hex | CF | F5 | 5A | 10 | 0 | 3F | 4 | 4B | 59 | 42 |
| Octal | 317 | 365 | 132 | 20 | 0 | 77 | 4 | 113 | 131 | 102 |
| Binary | 11001111 | 11110101 | 1011010 | 10000 | 0 | 111111 | 100 | 1001011 | 1011001 | 1000010 |
Color Harmonies of #CFF55A
Complementary color
Monochromatic Colors of #CFF55A
Black with #CFF55A
Text Example
Text Example
White with #CFF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF55A; }
p { color: rgb(207,245,90); }
H1.HeaderClassName
{
color: #CFF55A;
}
.AnyTagClassName
{
color: #CFF55A;
}
</style>
background-color css
<style>
a { background-color: #CFF55A; }
a { background-color: rgb(207,245,90); }
div.DivClassName
{
background-color: #CFF55A;
}
.BgClassName
{
background-color: #CFF55A;
}
</style>
border-color css
<style>
span { border-color: #CFF55A; }
span { border-color: rgb(207,245,90); }
td.TdClassName
{
border-color: #CFF55A;
}
.TagClassName
{
border-color: #CFF55A;
}
</style>