Shades of Mindaro #CCFF67
Tints of Mindaro #CCFF67
RGB
CMYK
RGB Variations
Color information
#CCFF67 (or 0xCCFF67) is known color: Mindaro. HEX triplet: CC, FF and 67. RGB value is (204,255,103). Sum of RGB (Red+Green+Blue) = 204+255+103=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF67 is #330098. Grayscale: #DEDEDE. Windows color (decimal): -3342489 or 6815692. OLE color: 6815692.
HSL color Cylindrical-coordinate representation of color #CCFF67: hue angle of 80.13º 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 #CCFF67 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 103 | - |
| CMYK | 0.2 | 0 | 0.60 | 0 |
| HSL | 80.13º | 1% | 0.7% | - |
| HSV(B) | 80.13º | 0.6% | 1% | - |
| XYZ | 63.11 | 85.34 | 25.98 | - |
| YUV | 222.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 103 | 0.2 | 0 | 0.60 | 0 | 80.13 | 1 | 0.7 |
| Hex | CC | FF | 67 | 14 | 0 | 3C | 0 | 50 | 64 | 46 |
| Octal | 314 | 377 | 147 | 24 | 0 | 74 | 0 | 120 | 144 | 106 |
| Binary | 11001100 | 11111111 | 1100111 | 10100 | 0 | 111100 | 0 | 1010000 | 1100100 | 1000110 |
Color Harmonies of #CCFF67
Complementary color
Monochromatic Colors of #CCFF67
Black with #CCFF67
Text Example
Text Example
White with #CCFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF67; }
p { color: rgb(204,255,103); }
H1.HeaderClassName
{
color: #CCFF67;
}
.AnyTagClassName
{
color: #CCFF67;
}
</style>
background-color css
<style>
a { background-color: #CCFF67; }
a { background-color: rgb(204,255,103); }
div.DivClassName
{
background-color: #CCFF67;
}
.BgClassName
{
background-color: #CCFF67;
}
</style>
border-color css
<style>
span { border-color: #CCFF67; }
span { border-color: rgb(204,255,103); }
td.TdClassName
{
border-color: #CCFF67;
}
.TagClassName
{
border-color: #CCFF67;
}
</style>