Shades of Mindaro #CCF16E
Tints of Mindaro #CCF16E
RGB
CMYK
RGB Variations
Color information
#CCF16E (or 0xCCF16E) is known color: Mindaro. HEX triplet: CC, F1 and 6E. RGB value is (204,241,110). Sum of RGB (Red+Green+Blue) = 204+241+110=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF16E is #330E91. Grayscale: #D7D7D7. Windows color (decimal): -3346066 or 7270860. OLE color: 7270860.
HSL color Cylindrical-coordinate representation of color #CCF16E: hue angle of 76.95º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF16E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 110 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 76.95º | 0.82% | 0.69% | - |
| HSV(B) | 76.95º | 0.54% | 0.95% | - |
| XYZ | 59.17 | 76.87 | 26.47 | - |
| YUV | 215 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 110 | 0.15 | 0 | 0.54 | 0.05 | 76.95 | 0.82 | 0.69 |
| Hex | CC | F1 | 6E | F | 0 | 36 | 5 | 4D | 52 | 45 |
| Octal | 314 | 361 | 156 | 17 | 0 | 66 | 5 | 115 | 122 | 105 |
| Binary | 11001100 | 11110001 | 1101110 | 1111 | 0 | 110110 | 101 | 1001101 | 1010010 | 1000101 |
Color Harmonies of #CCF16E
Complementary color
Monochromatic Colors of #CCF16E
Black with #CCF16E
Text Example
Text Example
White with #CCF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF16E; }
p { color: rgb(204,241,110); }
H1.HeaderClassName
{
color: #CCF16E;
}
.AnyTagClassName
{
color: #CCF16E;
}
</style>
background-color css
<style>
a { background-color: #CCF16E; }
a { background-color: rgb(204,241,110); }
div.DivClassName
{
background-color: #CCF16E;
}
.BgClassName
{
background-color: #CCF16E;
}
</style>
border-color css
<style>
span { border-color: #CCF16E; }
span { border-color: rgb(204,241,110); }
td.TdClassName
{
border-color: #CCF16E;
}
.TagClassName
{
border-color: #CCF16E;
}
</style>