Shades of Mindaro #CCFC5B
Tints of Mindaro #CCFC5B
RGB
CMYK
RGB Variations
Color information
#CCFC5B (or 0xCCFC5B) is known color: Mindaro. HEX triplet: CC, FC and 5B. RGB value is (204,252,91). Sum of RGB (Red+Green+Blue) = 204+252+91=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC5B is #3303A4. Grayscale: #DBDBDB. Windows color (decimal): -3343269 or 6028492. OLE color: 6028492.
HSL color Cylindrical-coordinate representation of color #CCFC5B: hue angle of 77.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCFC5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 77.89º | 0.96% | 0.67% | - |
| HSV(B) | 77.89º | 0.64% | 0.99% | - |
| XYZ | 61.6 | 83.21 | 22.71 | - |
| YUV | 219.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 91 | 0.19 | 0 | 0.64 | 0.01 | 77.89 | 0.96 | 0.67 |
| Hex | CC | FC | 5B | 13 | 0 | 40 | 1 | 4E | 60 | 43 |
| Octal | 314 | 374 | 133 | 23 | 0 | 100 | 1 | 116 | 140 | 103 |
| Binary | 11001100 | 11111100 | 1011011 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CCFC5B
Complementary color
Monochromatic Colors of #CCFC5B
Black with #CCFC5B
Text Example
Text Example
White with #CCFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC5B; }
p { color: rgb(204,252,91); }
H1.HeaderClassName
{
color: #CCFC5B;
}
.AnyTagClassName
{
color: #CCFC5B;
}
</style>
background-color css
<style>
a { background-color: #CCFC5B; }
a { background-color: rgb(204,252,91); }
div.DivClassName
{
background-color: #CCFC5B;
}
.BgClassName
{
background-color: #CCFC5B;
}
</style>
border-color css
<style>
span { border-color: #CCFC5B; }
span { border-color: rgb(204,252,91); }
td.TdClassName
{
border-color: #CCFC5B;
}
.TagClassName
{
border-color: #CCFC5B;
}
</style>