Shades of Mindaro #CCFD55
Tints of Mindaro #CCFD55
RGB
CMYK
RGB Variations
Color information
#CCFD55 (or 0xCCFD55) is known color: Mindaro. HEX triplet: CC, FD and 55. RGB value is (204,253,85). Sum of RGB (Red+Green+Blue) = 204+253+85=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD55 is #3302AA. Grayscale: #DBDBDB. Windows color (decimal): -3343019 or 5635532. OLE color: 5635532.
HSL color Cylindrical-coordinate representation of color #CCFD55: hue angle of 77.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCFD55 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 85 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.01 |
| HSL | 77.5º | 0.98% | 0.66% | - |
| HSV(B) | 77.5º | 0.66% | 0.99% | - |
| XYZ | 61.67 | 83.74 | 21.51 | - |
| YUV | 219.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 85 | 0.19 | 0 | 0.66 | 0.01 | 77.5 | 0.98 | 0.66 |
| Hex | CC | FD | 55 | 13 | 0 | 42 | 1 | 4E | 62 | 42 |
| Octal | 314 | 375 | 125 | 23 | 0 | 102 | 1 | 116 | 142 | 102 |
| Binary | 11001100 | 11111101 | 1010101 | 10011 | 0 | 1000010 | 1 | 1001110 | 1100010 | 1000010 |
Color Harmonies of #CCFD55
Complementary color
Monochromatic Colors of #CCFD55
Black with #CCFD55
Text Example
Text Example
White with #CCFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD55; }
p { color: rgb(204,253,85); }
H1.HeaderClassName
{
color: #CCFD55;
}
.AnyTagClassName
{
color: #CCFD55;
}
</style>
background-color css
<style>
a { background-color: #CCFD55; }
a { background-color: rgb(204,253,85); }
div.DivClassName
{
background-color: #CCFD55;
}
.BgClassName
{
background-color: #CCFD55;
}
</style>
border-color css
<style>
span { border-color: #CCFD55; }
span { border-color: rgb(204,253,85); }
td.TdClassName
{
border-color: #CCFD55;
}
.TagClassName
{
border-color: #CCFD55;
}
</style>