Shades of Mindaro #CCF164
Tints of Mindaro #CCF164
RGB
CMYK
RGB Variations
Color information
#CCF164 (or 0xCCF164) is known color: Mindaro. HEX triplet: CC, F1 and 64. RGB value is (204,241,100). Sum of RGB (Red+Green+Blue) = 204+241+100=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF164 is #330E9B. Grayscale: #D6D6D6. Windows color (decimal): -3346076 or 6615500. OLE color: 6615500.
HSL color Cylindrical-coordinate representation of color #CCF164: hue angle of 75.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF164 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 100 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.05 |
| HSL | 75.74º | 0.83% | 0.67% | - |
| HSV(B) | 75.74º | 0.59% | 0.95% | - |
| XYZ | 58.66 | 76.67 | 23.76 | - |
| YUV | 213.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 100 | 0.15 | 0 | 0.59 | 0.05 | 75.74 | 0.83 | 0.67 |
| Hex | CC | F1 | 64 | F | 0 | 3B | 5 | 4C | 53 | 43 |
| Octal | 314 | 361 | 144 | 17 | 0 | 73 | 5 | 114 | 123 | 103 |
| Binary | 11001100 | 11110001 | 1100100 | 1111 | 0 | 111011 | 101 | 1001100 | 1010011 | 1000011 |
Color Harmonies of #CCF164
Complementary color
Monochromatic Colors of #CCF164
Black with #CCF164
Text Example
Text Example
White with #CCF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF164; }
p { color: rgb(204,241,100); }
H1.HeaderClassName
{
color: #CCF164;
}
.AnyTagClassName
{
color: #CCF164;
}
</style>
background-color css
<style>
a { background-color: #CCF164; }
a { background-color: rgb(204,241,100); }
div.DivClassName
{
background-color: #CCF164;
}
.BgClassName
{
background-color: #CCF164;
}
</style>
border-color css
<style>
span { border-color: #CCF164; }
span { border-color: rgb(204,241,100); }
td.TdClassName
{
border-color: #CCF164;
}
.TagClassName
{
border-color: #CCF164;
}
</style>