Shades of Mindaro #CCF166
Tints of Mindaro #CCF166
RGB
CMYK
RGB Variations
Color information
#CCF166 (or 0xCCF166) is known color: Mindaro. HEX triplet: CC, F1 and 66. RGB value is (204,241,102). Sum of RGB (Red+Green+Blue) = 204+241+102=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF166 is #330E99. Grayscale: #D6D6D6. Windows color (decimal): -3346074 or 6746572. OLE color: 6746572.
HSL color Cylindrical-coordinate representation of color #CCF166: hue angle of 75.97º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF166 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 102 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.05 |
| HSL | 75.97º | 0.83% | 0.67% | - |
| HSV(B) | 75.97º | 0.58% | 0.95% | - |
| XYZ | 58.76 | 76.71 | 24.28 | - |
| YUV | 214.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 102 | 0.15 | 0 | 0.58 | 0.05 | 75.97 | 0.83 | 0.67 |
| Hex | CC | F1 | 66 | F | 0 | 3A | 5 | 4C | 53 | 43 |
| Octal | 314 | 361 | 146 | 17 | 0 | 72 | 5 | 114 | 123 | 103 |
| Binary | 11001100 | 11110001 | 1100110 | 1111 | 0 | 111010 | 101 | 1001100 | 1010011 | 1000011 |
Color Harmonies of #CCF166
Complementary color
Monochromatic Colors of #CCF166
Black with #CCF166
Text Example
Text Example
White with #CCF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF166; }
p { color: rgb(204,241,102); }
H1.HeaderClassName
{
color: #CCF166;
}
.AnyTagClassName
{
color: #CCF166;
}
</style>
background-color css
<style>
a { background-color: #CCF166; }
a { background-color: rgb(204,241,102); }
div.DivClassName
{
background-color: #CCF166;
}
.BgClassName
{
background-color: #CCF166;
}
</style>
border-color css
<style>
span { border-color: #CCF166; }
span { border-color: rgb(204,241,102); }
td.TdClassName
{
border-color: #CCF166;
}
.TagClassName
{
border-color: #CCF166;
}
</style>