Shades of Mindaro #CCFF65
Tints of Mindaro #CCFF65
RGB
CMYK
RGB Variations
Color information
#CCFF65 (or 0xCCFF65) is known color: Mindaro. HEX triplet: CC, FF and 65. RGB value is (204,255,101). Sum of RGB (Red+Green+Blue) = 204+255+101=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF65 is #33009A. Grayscale: #DEDEDE. Windows color (decimal): -3342491 or 6684620. OLE color: 6684620.
HSL color Cylindrical-coordinate representation of color #CCFF65: hue angle of 79.87º 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 #CCFF65 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 101 | - |
| CMYK | 0.2 | 0 | 0.60 | 0 |
| HSL | 79.87º | 1% | 0.7% | - |
| HSV(B) | 79.87º | 0.6% | 1% | - |
| XYZ | 63.01 | 85.3 | 25.45 | - |
| YUV | 222.2 | 59.6 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 101 | 0.2 | 0 | 0.60 | 0 | 79.87 | 1 | 0.7 |
| Hex | CC | FF | 65 | 14 | 0 | 3C | 0 | 50 | 64 | 46 |
| Octal | 314 | 377 | 145 | 24 | 0 | 74 | 0 | 120 | 144 | 106 |
| Binary | 11001100 | 11111111 | 1100101 | 10100 | 0 | 111100 | 0 | 1010000 | 1100100 | 1000110 |
Color Harmonies of #CCFF65
Complementary color
Monochromatic Colors of #CCFF65
Black with #CCFF65
Text Example
Text Example
White with #CCFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF65; }
p { color: rgb(204,255,101); }
H1.HeaderClassName
{
color: #CCFF65;
}
.AnyTagClassName
{
color: #CCFF65;
}
</style>
background-color css
<style>
a { background-color: #CCFF65; }
a { background-color: rgb(204,255,101); }
div.DivClassName
{
background-color: #CCFF65;
}
.BgClassName
{
background-color: #CCFF65;
}
</style>
border-color css
<style>
span { border-color: #CCFF65; }
span { border-color: rgb(204,255,101); }
td.TdClassName
{
border-color: #CCFF65;
}
.TagClassName
{
border-color: #CCFF65;
}
</style>