Shades of Mindaro #CCF06C
Tints of Mindaro #CCF06C
RGB
CMYK
RGB Variations
Color information
#CCF06C (or 0xCCF06C) is known color: Mindaro. HEX triplet: CC, F0 and 6C. RGB value is (204,240,108). Sum of RGB (Red+Green+Blue) = 204+240+108=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF06C is #330F93. Grayscale: #D6D6D6. Windows color (decimal): -3346324 or 7139532. OLE color: 7139532.
HSL color Cylindrical-coordinate representation of color #CCF06C: hue angle of 76.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF06C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.06 |
| HSL | 76.36º | 0.81% | 0.68% | - |
| HSV(B) | 76.36º | 0.55% | 0.94% | - |
| XYZ | 58.77 | 76.24 | 25.81 | - |
| YUV | 214.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 108 | 0.15 | 0 | 0.55 | 0.06 | 76.36 | 0.81 | 0.68 |
| Hex | CC | F0 | 6C | F | 0 | 37 | 6 | 4C | 51 | 44 |
| Octal | 314 | 360 | 154 | 17 | 0 | 67 | 6 | 114 | 121 | 104 |
| Binary | 11001100 | 11110000 | 1101100 | 1111 | 0 | 110111 | 110 | 1001100 | 1010001 | 1000100 |
Color Harmonies of #CCF06C
Complementary color
Monochromatic Colors of #CCF06C
Black with #CCF06C
Text Example
Text Example
White with #CCF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF06C; }
p { color: rgb(204,240,108); }
H1.HeaderClassName
{
color: #CCF06C;
}
.AnyTagClassName
{
color: #CCF06C;
}
</style>
background-color css
<style>
a { background-color: #CCF06C; }
a { background-color: rgb(204,240,108); }
div.DivClassName
{
background-color: #CCF06C;
}
.BgClassName
{
background-color: #CCF06C;
}
</style>
border-color css
<style>
span { border-color: #CCF06C; }
span { border-color: rgb(204,240,108); }
td.TdClassName
{
border-color: #CCF06C;
}
.TagClassName
{
border-color: #CCF06C;
}
</style>