Shades of Mindaro #CCF46D
Tints of Mindaro #CCF46D
RGB
CMYK
RGB Variations
Color information
#CCF46D (or 0xCCF46D) is known color: Mindaro. HEX triplet: CC, F4 and 6D. RGB value is (204,244,109). Sum of RGB (Red+Green+Blue) = 204+244+109=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF46D is #330B92. Grayscale: #D9D9D9. Windows color (decimal): -3345299 or 7206092. OLE color: 7206092.
HSL color Cylindrical-coordinate representation of color #CCF46D: hue angle of 77.78º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF46D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 109 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.04 |
| HSL | 77.78º | 0.86% | 0.69% | - |
| HSV(B) | 77.78º | 0.55% | 0.96% | - |
| XYZ | 60.01 | 78.64 | 26.48 | - |
| YUV | 216.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 109 | 0.16 | 0 | 0.55 | 0.04 | 77.78 | 0.86 | 0.69 |
| Hex | CC | F4 | 6D | 10 | 0 | 37 | 4 | 4E | 56 | 45 |
| Octal | 314 | 364 | 155 | 20 | 0 | 67 | 4 | 116 | 126 | 105 |
| Binary | 11001100 | 11110100 | 1101101 | 10000 | 0 | 110111 | 100 | 1001110 | 1010110 | 1000101 |
Color Harmonies of #CCF46D
Complementary color
Monochromatic Colors of #CCF46D
Black with #CCF46D
Text Example
Text Example
White with #CCF46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF46D; }
p { color: rgb(204,244,109); }
H1.HeaderClassName
{
color: #CCF46D;
}
.AnyTagClassName
{
color: #CCF46D;
}
</style>
background-color css
<style>
a { background-color: #CCF46D; }
a { background-color: rgb(204,244,109); }
div.DivClassName
{
background-color: #CCF46D;
}
.BgClassName
{
background-color: #CCF46D;
}
</style>
border-color css
<style>
span { border-color: #CCF46D; }
span { border-color: rgb(204,244,109); }
td.TdClassName
{
border-color: #CCF46D;
}
.TagClassName
{
border-color: #CCF46D;
}
</style>