Shades of Mindaro #CCF358
Tints of Mindaro #CCF358
RGB
CMYK
RGB Variations
Color information
#CCF358 (or 0xCCF358) is known color: Mindaro. HEX triplet: CC, F3 and 58. RGB value is (204,243,88). Sum of RGB (Red+Green+Blue) = 204+243+88=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF358 is #330CA7. Grayscale: #D6D6D6. Windows color (decimal): -3345576 or 5829580. OLE color: 5829580.
HSL color Cylindrical-coordinate representation of color #CCF358: hue angle of 75.1º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF358 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 88 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.05 |
| HSL | 75.1º | 0.87% | 0.65% | - |
| HSV(B) | 75.1º | 0.64% | 0.95% | - |
| XYZ | 58.71 | 77.64 | 21.12 | - |
| YUV | 213.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 88 | 0.16 | 0 | 0.64 | 0.05 | 75.1 | 0.87 | 0.65 |
| Hex | CC | F3 | 58 | 10 | 0 | 40 | 5 | 4B | 57 | 41 |
| Octal | 314 | 363 | 130 | 20 | 0 | 100 | 5 | 113 | 127 | 101 |
| Binary | 11001100 | 11110011 | 1011000 | 10000 | 0 | 1000000 | 101 | 1001011 | 1010111 | 1000001 |
Color Harmonies of #CCF358
Complementary color
Monochromatic Colors of #CCF358
Black with #CCF358
Text Example
Text Example
White with #CCF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF358; }
p { color: rgb(204,243,88); }
H1.HeaderClassName
{
color: #CCF358;
}
.AnyTagClassName
{
color: #CCF358;
}
</style>
background-color css
<style>
a { background-color: #CCF358; }
a { background-color: rgb(204,243,88); }
div.DivClassName
{
background-color: #CCF358;
}
.BgClassName
{
background-color: #CCF358;
}
</style>
border-color css
<style>
span { border-color: #CCF358; }
span { border-color: rgb(204,243,88); }
td.TdClassName
{
border-color: #CCF358;
}
.TagClassName
{
border-color: #CCF358;
}
</style>