Shades of Mindaro #CCFF68
Tints of Mindaro #CCFF68
RGB
CMYK
RGB Variations
Color information
#CCFF68 (or 0xCCFF68) is known color: Mindaro. HEX triplet: CC, FF and 68. RGB value is (204,255,104). Sum of RGB (Red+Green+Blue) = 204+255+104=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF68 is #330097. Grayscale: #DFDFDF. Windows color (decimal): -3342488 or 6881228. OLE color: 6881228.
HSL color Cylindrical-coordinate representation of color #CCFF68: hue angle of 80.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCFF68 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 104 | - |
| CMYK | 0.2 | 0 | 0.59 | 0 |
| HSL | 80.26º | 1% | 0.7% | - |
| HSV(B) | 80.26º | 0.59% | 1% | - |
| XYZ | 63.16 | 85.36 | 26.24 | - |
| YUV | 222.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 104 | 0.2 | 0 | 0.59 | 0 | 80.26 | 1 | 0.7 |
| Hex | CC | FF | 68 | 14 | 0 | 3B | 0 | 50 | 64 | 46 |
| Octal | 314 | 377 | 150 | 24 | 0 | 73 | 0 | 120 | 144 | 106 |
| Binary | 11001100 | 11111111 | 1101000 | 10100 | 0 | 111011 | 0 | 1010000 | 1100100 | 1000110 |
Color Harmonies of #CCFF68
Complementary color
Monochromatic Colors of #CCFF68
Black with #CCFF68
Text Example
Text Example
White with #CCFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF68; }
p { color: rgb(204,255,104); }
H1.HeaderClassName
{
color: #CCFF68;
}
.AnyTagClassName
{
color: #CCFF68;
}
</style>
background-color css
<style>
a { background-color: #CCFF68; }
a { background-color: rgb(204,255,104); }
div.DivClassName
{
background-color: #CCFF68;
}
.BgClassName
{
background-color: #CCFF68;
}
</style>
border-color css
<style>
span { border-color: #CCFF68; }
span { border-color: rgb(204,255,104); }
td.TdClassName
{
border-color: #CCFF68;
}
.TagClassName
{
border-color: #CCFF68;
}
</style>