Shades of Mindaro #CCF651
Tints of Mindaro #CCF651
RGB
CMYK
RGB Variations
Color information
#CCF651 (or 0xCCF651) is known color: Mindaro. HEX triplet: CC, F6 and 51. RGB value is (204,246,81). Sum of RGB (Red+Green+Blue) = 204+246+81=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF651 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF651 is #3309AE. Grayscale: #D7D7D7. Windows color (decimal): -3344815 or 5371596. OLE color: 5371596.
HSL color Cylindrical-coordinate representation of color #CCF651: hue angle of 75.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF651 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75.27º | 0.9% | 0.64% | - |
| HSV(B) | 75.27º | 0.67% | 0.96% | - |
| XYZ | 59.34 | 79.34 | 19.97 | - |
| YUV | 214.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 81 | 0.17 | 0 | 0.67 | 0.04 | 75.27 | 0.9 | 0.64 |
| Hex | CC | F6 | 51 | 11 | 0 | 43 | 4 | 4B | 5A | 40 |
| Octal | 314 | 366 | 121 | 21 | 0 | 103 | 4 | 113 | 132 | 100 |
| Binary | 11001100 | 11110110 | 1010001 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CCF651
Complementary color
Monochromatic Colors of #CCF651
Black with #CCF651
Text Example
Text Example
White with #CCF651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF651; }
p { color: rgb(204,246,81); }
H1.HeaderClassName
{
color: #CCF651;
}
.AnyTagClassName
{
color: #CCF651;
}
</style>
background-color css
<style>
a { background-color: #CCF651; }
a { background-color: rgb(204,246,81); }
div.DivClassName
{
background-color: #CCF651;
}
.BgClassName
{
background-color: #CCF651;
}
</style>
border-color css
<style>
span { border-color: #CCF651; }
span { border-color: rgb(204,246,81); }
td.TdClassName
{
border-color: #CCF651;
}
.TagClassName
{
border-color: #CCF651;
}
</style>