Shades of Mindaro #CCF658
Tints of Mindaro #CCF658
RGB
CMYK
RGB Variations
Color information
#CCF658 (or 0xCCF658) is known color: Mindaro. HEX triplet: CC, F6 and 58. RGB value is (204,246,88). Sum of RGB (Red+Green+Blue) = 204+246+88=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF658 is #3309A7. Grayscale: #D8D8D8. Windows color (decimal): -3344808 or 5830348. OLE color: 5830348.
HSL color Cylindrical-coordinate representation of color #CCF658: hue angle of 75.95º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF658 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 88 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.04 |
| HSL | 75.95º | 0.9% | 0.65% | - |
| HSV(B) | 75.95º | 0.64% | 0.96% | - |
| XYZ | 59.62 | 79.45 | 21.43 | - |
| YUV | 215.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 88 | 0.17 | 0 | 0.64 | 0.04 | 75.95 | 0.9 | 0.65 |
| Hex | CC | F6 | 58 | 11 | 0 | 40 | 4 | 4C | 5A | 41 |
| Octal | 314 | 366 | 130 | 21 | 0 | 100 | 4 | 114 | 132 | 101 |
| Binary | 11001100 | 11110110 | 1011000 | 10001 | 0 | 1000000 | 100 | 1001100 | 1011010 | 1000001 |
Color Harmonies of #CCF658
Complementary color
Monochromatic Colors of #CCF658
Black with #CCF658
Text Example
Text Example
White with #CCF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF658; }
p { color: rgb(204,246,88); }
H1.HeaderClassName
{
color: #CCF658;
}
.AnyTagClassName
{
color: #CCF658;
}
</style>
background-color css
<style>
a { background-color: #CCF658; }
a { background-color: rgb(204,246,88); }
div.DivClassName
{
background-color: #CCF658;
}
.BgClassName
{
background-color: #CCF658;
}
</style>
border-color css
<style>
span { border-color: #CCF658; }
span { border-color: rgb(204,246,88); }
td.TdClassName
{
border-color: #CCF658;
}
.TagClassName
{
border-color: #CCF658;
}
</style>