Shades of Mindaro #CCF355
Tints of Mindaro #CCF355
RGB
CMYK
RGB Variations
Color information
#CCF355 (or 0xCCF355) is known color: Mindaro. HEX triplet: CC, F3 and 55. RGB value is (204,243,85). Sum of RGB (Red+Green+Blue) = 204+243+85=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF355 is #330CAA. Grayscale: #D5D5D5. Windows color (decimal): -3345579 or 5632972. OLE color: 5632972.
HSL color Cylindrical-coordinate representation of color #CCF355: hue angle of 74.81º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCF355 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 85 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.05 |
| HSL | 74.81º | 0.87% | 0.64% | - |
| HSV(B) | 74.81º | 0.65% | 0.95% | - |
| XYZ | 58.59 | 77.59 | 20.48 | - |
| YUV | 213.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 85 | 0.16 | 0 | 0.65 | 0.05 | 74.81 | 0.87 | 0.64 |
| Hex | CC | F3 | 55 | 10 | 0 | 41 | 5 | 4B | 57 | 40 |
| Octal | 314 | 363 | 125 | 20 | 0 | 101 | 5 | 113 | 127 | 100 |
| Binary | 11001100 | 11110011 | 1010101 | 10000 | 0 | 1000001 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CCF355
Complementary color
Monochromatic Colors of #CCF355
Black with #CCF355
Text Example
Text Example
White with #CCF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF355; }
p { color: rgb(204,243,85); }
H1.HeaderClassName
{
color: #CCF355;
}
.AnyTagClassName
{
color: #CCF355;
}
</style>
background-color css
<style>
a { background-color: #CCF355; }
a { background-color: rgb(204,243,85); }
div.DivClassName
{
background-color: #CCF355;
}
.BgClassName
{
background-color: #CCF355;
}
</style>
border-color css
<style>
span { border-color: #CCF355; }
span { border-color: rgb(204,243,85); }
td.TdClassName
{
border-color: #CCF355;
}
.TagClassName
{
border-color: #CCF355;
}
</style>