Shades of Mindaro #CCF55B
Tints of Mindaro #CCF55B
RGB
CMYK
RGB Variations
Color information
#CCF55B (or 0xCCF55B) is known color: Mindaro. HEX triplet: CC, F5 and 5B. RGB value is (204,245,91). Sum of RGB (Red+Green+Blue) = 204+245+91=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF55B is #330AA4. Grayscale: #D7D7D7. Windows color (decimal): -3345061 or 6026700. OLE color: 6026700.
HSL color Cylindrical-coordinate representation of color #CCF55B: hue angle of 75.97º 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 #CCF55B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 91 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.04 |
| HSL | 75.97º | 0.89% | 0.66% | - |
| HSV(B) | 75.97º | 0.63% | 0.96% | - |
| XYZ | 59.44 | 78.9 | 21.99 | - |
| YUV | 215.19 | 57.92 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 91 | 0.17 | 0 | 0.63 | 0.04 | 75.97 | 0.89 | 0.66 |
| Hex | CC | F5 | 5B | 11 | 0 | 3F | 4 | 4C | 59 | 42 |
| Octal | 314 | 365 | 133 | 21 | 0 | 77 | 4 | 114 | 131 | 102 |
| Binary | 11001100 | 11110101 | 1011011 | 10001 | 0 | 111111 | 100 | 1001100 | 1011001 | 1000010 |
Color Harmonies of #CCF55B
Complementary color
Monochromatic Colors of #CCF55B
Black with #CCF55B
Text Example
Text Example
White with #CCF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF55B; }
p { color: rgb(204,245,91); }
H1.HeaderClassName
{
color: #CCF55B;
}
.AnyTagClassName
{
color: #CCF55B;
}
</style>
background-color css
<style>
a { background-color: #CCF55B; }
a { background-color: rgb(204,245,91); }
div.DivClassName
{
background-color: #CCF55B;
}
.BgClassName
{
background-color: #CCF55B;
}
</style>
border-color css
<style>
span { border-color: #CCF55B; }
span { border-color: rgb(204,245,91); }
td.TdClassName
{
border-color: #CCF55B;
}
.TagClassName
{
border-color: #CCF55B;
}
</style>