Shades of Mindaro #CCFF66
Tints of Mindaro #CCFF66
RGB
CMYK
RGB Variations
Color information
#CCFF66 (or 0xCCFF66) is known color: Mindaro. HEX triplet: CC, FF and 66. RGB value is (204,255,102). Sum of RGB (Red+Green+Blue) = 204+255+102=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF66 is a web safe color. Inversed color of #CCFF66 is #330099. Grayscale: #DEDEDE. Windows color (decimal): -3342490 or 6750156. OLE color: 6750156.
HSL color Cylindrical-coordinate representation of color #CCFF66: hue angle of 80º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCFF66 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 102 | - |
CMYK | 0.2 | 0 | 0.6 | 0 |
HSL | 80º | 1% | 0.7% | - |
HSV(B) | 80º | 0.6% | 1% | - |
XYZ | 63.06 | 85.32 | 25.71 | - |
YUV | 222.31 | 60.1 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 102 | 0.2 | 0 | 0.6 | 0 | 80 | 1 | 0.7 |
Hex | CC | FF | 66 | 14 | 0 | 3C | 0 | 50 | 64 | 46 |
Octal | 314 | 377 | 146 | 24 | 0 | 74 | 0 | 120 | 144 | 106 |
Binary | 11001100 | 11111111 | 1100110 | 10100 | 0 | 111100 | 0 | 1010000 | 1100100 | 1000110 |
Color Harmonies of #CCFF66
Complementary color
Monochromatic Colors of #CCFF66
Black with #CCFF66
Text Example
Text Example
White with #CCFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF66; }
p { color: rgb(204,255,102); }
H1.HeaderClassName
{
color: #CCFF66;
}
.AnyTagClassName
{
color: #CCFF66;
}
</style>
background-color css
<style>
a { background-color: #CCFF66; }
a { background-color: rgb(204,255,102); }
div.DivClassName
{
background-color: #CCFF66;
}
.BgClassName
{
background-color: #CCFF66;
}
</style>
border-color css
<style>
span { border-color: #CCFF66; }
span { border-color: rgb(204,255,102); }
td.TdClassName
{
border-color: #CCFF66;
}
.TagClassName
{
border-color: #CCFF66;
}
</style>