Shades of Mindaro #CCF652
Tints of Mindaro #CCF652
RGB
CMYK
RGB Variations
Color information
#CCF652 (or 0xCCF652) is known color: Mindaro. HEX triplet: CC, F6 and 52. RGB value is (204,246,82). Sum of RGB (Red+Green+Blue) = 204+246+82=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF652 is #3309AD. Grayscale: #D7D7D7. Windows color (decimal): -3344814 or 5437132. OLE color: 5437132.
HSL color Cylindrical-coordinate representation of color #CCF652: hue angle of 75.37º 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 #CCF652 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 82 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75.37º | 0.9% | 0.64% | - |
| HSV(B) | 75.37º | 0.67% | 0.96% | - |
| XYZ | 59.38 | 79.36 | 20.17 | - |
| YUV | 214.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 82 | 0.17 | 0 | 0.67 | 0.04 | 75.37 | 0.9 | 0.64 |
| Hex | CC | F6 | 52 | 11 | 0 | 43 | 4 | 4B | 5A | 40 |
| Octal | 314 | 366 | 122 | 21 | 0 | 103 | 4 | 113 | 132 | 100 |
| Binary | 11001100 | 11110110 | 1010010 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CCF652
Complementary color
Monochromatic Colors of #CCF652
Black with #CCF652
Text Example
Text Example
White with #CCF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF652; }
p { color: rgb(204,246,82); }
H1.HeaderClassName
{
color: #CCF652;
}
.AnyTagClassName
{
color: #CCF652;
}
</style>
background-color css
<style>
a { background-color: #CCF652; }
a { background-color: rgb(204,246,82); }
div.DivClassName
{
background-color: #CCF652;
}
.BgClassName
{
background-color: #CCF652;
}
</style>
border-color css
<style>
span { border-color: #CCF652; }
span { border-color: rgb(204,246,82); }
td.TdClassName
{
border-color: #CCF652;
}
.TagClassName
{
border-color: #CCF652;
}
</style>