Shades of Mindaro #CCF16C
Tints of Mindaro #CCF16C
RGB
CMYK
RGB Variations
Color information
#CCF16C (or 0xCCF16C) is known color: Mindaro. HEX triplet: CC, F1 and 6C. RGB value is (204,241,108). Sum of RGB (Red+Green+Blue) = 204+241+108=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF16C is #330E93. Grayscale: #D7D7D7. Windows color (decimal): -3346068 or 7139788. OLE color: 7139788.
HSL color Cylindrical-coordinate representation of color #CCF16C: hue angle of 76.69º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF16C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 76.69º | 0.83% | 0.68% | - |
| HSV(B) | 76.69º | 0.55% | 0.95% | - |
| XYZ | 59.06 | 76.83 | 25.9 | - |
| YUV | 214.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 108 | 0.15 | 0 | 0.55 | 0.05 | 76.69 | 0.83 | 0.68 |
| Hex | CC | F1 | 6C | F | 0 | 37 | 5 | 4D | 53 | 44 |
| Octal | 314 | 361 | 154 | 17 | 0 | 67 | 5 | 115 | 123 | 104 |
| Binary | 11001100 | 11110001 | 1101100 | 1111 | 0 | 110111 | 101 | 1001101 | 1010011 | 1000100 |
Color Harmonies of #CCF16C
Complementary color
Monochromatic Colors of #CCF16C
Black with #CCF16C
Text Example
Text Example
White with #CCF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF16C; }
p { color: rgb(204,241,108); }
H1.HeaderClassName
{
color: #CCF16C;
}
.AnyTagClassName
{
color: #CCF16C;
}
</style>
background-color css
<style>
a { background-color: #CCF16C; }
a { background-color: rgb(204,241,108); }
div.DivClassName
{
background-color: #CCF16C;
}
.BgClassName
{
background-color: #CCF16C;
}
</style>
border-color css
<style>
span { border-color: #CCF16C; }
span { border-color: rgb(204,241,108); }
td.TdClassName
{
border-color: #CCF16C;
}
.TagClassName
{
border-color: #CCF16C;
}
</style>