Shades of Mindaro #CCFD5B
Tints of Mindaro #CCFD5B
RGB
CMYK
RGB Variations
Color information
#CCFD5B (or 0xCCFD5B) is known color: Mindaro. HEX triplet: CC, FD and 5B. RGB value is (204,253,91). Sum of RGB (Red+Green+Blue) = 204+253+91=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD5B is #3302A4. Grayscale: #DCDCDC. Windows color (decimal): -3343013 or 6028748. OLE color: 6028748.
HSL color Cylindrical-coordinate representation of color #CCFD5B: hue angle of 78.15º degrees, saturation: 0.98, 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 #CCFD5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 78.15º | 0.98% | 0.67% | - |
| HSV(B) | 78.15º | 0.64% | 0.99% | - |
| XYZ | 61.92 | 83.84 | 22.82 | - |
| YUV | 219.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 91 | 0.19 | 0 | 0.64 | 0.01 | 78.15 | 0.98 | 0.67 |
| Hex | CC | FD | 5B | 13 | 0 | 40 | 1 | 4E | 62 | 43 |
| Octal | 314 | 375 | 133 | 23 | 0 | 100 | 1 | 116 | 142 | 103 |
| Binary | 11001100 | 11111101 | 1011011 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000011 |
Color Harmonies of #CCFD5B
Complementary color
Monochromatic Colors of #CCFD5B
Black with #CCFD5B
Text Example
Text Example
White with #CCFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD5B; }
p { color: rgb(204,253,91); }
H1.HeaderClassName
{
color: #CCFD5B;
}
.AnyTagClassName
{
color: #CCFD5B;
}
</style>
background-color css
<style>
a { background-color: #CCFD5B; }
a { background-color: rgb(204,253,91); }
div.DivClassName
{
background-color: #CCFD5B;
}
.BgClassName
{
background-color: #CCFD5B;
}
</style>
border-color css
<style>
span { border-color: #CCFD5B; }
span { border-color: rgb(204,253,91); }
td.TdClassName
{
border-color: #CCFD5B;
}
.TagClassName
{
border-color: #CCFD5B;
}
</style>