Shades of Mindaro #CCF160
Tints of Mindaro #CCF160
RGB
CMYK
RGB Variations
Color information
#CCF160 (or 0xCCF160) is known color: Mindaro. HEX triplet: CC, F1 and 60. RGB value is (204,241,96). Sum of RGB (Red+Green+Blue) = 204+241+96=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF160 is #330E9F. Grayscale: #D5D5D5. Windows color (decimal): -3346080 or 6353356. OLE color: 6353356.
HSL color Cylindrical-coordinate representation of color #CCF160: hue angle of 75.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF160 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 96 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.05 |
| HSL | 75.31º | 0.84% | 0.66% | - |
| HSV(B) | 75.31º | 0.6% | 0.95% | - |
| XYZ | 58.47 | 76.59 | 22.77 | - |
| YUV | 213.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 96 | 0.15 | 0 | 0.60 | 0.05 | 75.31 | 0.84 | 0.66 |
| Hex | CC | F1 | 60 | F | 0 | 3C | 5 | 4B | 54 | 42 |
| Octal | 314 | 361 | 140 | 17 | 0 | 74 | 5 | 113 | 124 | 102 |
| Binary | 11001100 | 11110001 | 1100000 | 1111 | 0 | 111100 | 101 | 1001011 | 1010100 | 1000010 |
Color Harmonies of #CCF160
Complementary color
Monochromatic Colors of #CCF160
Black with #CCF160
Text Example
Text Example
White with #CCF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF160; }
p { color: rgb(204,241,96); }
H1.HeaderClassName
{
color: #CCF160;
}
.AnyTagClassName
{
color: #CCF160;
}
</style>
background-color css
<style>
a { background-color: #CCF160; }
a { background-color: rgb(204,241,96); }
div.DivClassName
{
background-color: #CCF160;
}
.BgClassName
{
background-color: #CCF160;
}
</style>
border-color css
<style>
span { border-color: #CCF160; }
span { border-color: rgb(204,241,96); }
td.TdClassName
{
border-color: #CCF160;
}
.TagClassName
{
border-color: #CCF160;
}
</style>