Shades of Mindaro #CCF36A
Tints of Mindaro #CCF36A
RGB
CMYK
RGB Variations
Color information
#CCF36A (or 0xCCF36A) is known color: Mindaro. HEX triplet: CC, F3 and 6A. RGB value is (204,243,106). Sum of RGB (Red+Green+Blue) = 204+243+106=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF36A is #330C95. Grayscale: #D8D8D8. Windows color (decimal): -3345558 or 7009228. OLE color: 7009228.
HSL color Cylindrical-coordinate representation of color #CCF36A: hue angle of 77.08º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF36A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 106 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.05 |
| HSL | 77.08º | 0.85% | 0.68% | - |
| HSV(B) | 77.08º | 0.56% | 0.95% | - |
| XYZ | 59.55 | 77.98 | 25.55 | - |
| YUV | 215.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 106 | 0.16 | 0 | 0.56 | 0.05 | 77.08 | 0.85 | 0.68 |
| Hex | CC | F3 | 6A | 10 | 0 | 38 | 5 | 4D | 55 | 44 |
| Octal | 314 | 363 | 152 | 20 | 0 | 70 | 5 | 115 | 125 | 104 |
| Binary | 11001100 | 11110011 | 1101010 | 10000 | 0 | 111000 | 101 | 1001101 | 1010101 | 1000100 |
Color Harmonies of #CCF36A
Complementary color
Monochromatic Colors of #CCF36A
Black with #CCF36A
Text Example
Text Example
White with #CCF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF36A; }
p { color: rgb(204,243,106); }
H1.HeaderClassName
{
color: #CCF36A;
}
.AnyTagClassName
{
color: #CCF36A;
}
</style>
background-color css
<style>
a { background-color: #CCF36A; }
a { background-color: rgb(204,243,106); }
div.DivClassName
{
background-color: #CCF36A;
}
.BgClassName
{
background-color: #CCF36A;
}
</style>
border-color css
<style>
span { border-color: #CCF36A; }
span { border-color: rgb(204,243,106); }
td.TdClassName
{
border-color: #CCF36A;
}
.TagClassName
{
border-color: #CCF36A;
}
</style>