Shades of Mindaro #CCF46B
Tints of Mindaro #CCF46B
RGB
CMYK
RGB Variations
Color information
#CCF46B (or 0xCCF46B) is known color: Mindaro. HEX triplet: CC, F4 and 6B. RGB value is (204,244,107). Sum of RGB (Red+Green+Blue) = 204+244+107=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF46B is #330B94. Grayscale: #D8D8D8. Windows color (decimal): -3345301 or 7075020. OLE color: 7075020.
HSL color Cylindrical-coordinate representation of color #CCF46B: hue angle of 77.52º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF46B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 107 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 77.52º | 0.86% | 0.69% | - |
| HSV(B) | 77.52º | 0.56% | 0.96% | - |
| XYZ | 59.91 | 78.6 | 25.92 | - |
| YUV | 216.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 107 | 0.16 | 0 | 0.56 | 0.04 | 77.52 | 0.86 | 0.69 |
| Hex | CC | F4 | 6B | 10 | 0 | 38 | 4 | 4E | 56 | 45 |
| Octal | 314 | 364 | 153 | 20 | 0 | 70 | 4 | 116 | 126 | 105 |
| Binary | 11001100 | 11110100 | 1101011 | 10000 | 0 | 111000 | 100 | 1001110 | 1010110 | 1000101 |
Color Harmonies of #CCF46B
Complementary color
Monochromatic Colors of #CCF46B
Black with #CCF46B
Text Example
Text Example
White with #CCF46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF46B; }
p { color: rgb(204,244,107); }
H1.HeaderClassName
{
color: #CCF46B;
}
.AnyTagClassName
{
color: #CCF46B;
}
</style>
background-color css
<style>
a { background-color: #CCF46B; }
a { background-color: rgb(204,244,107); }
div.DivClassName
{
background-color: #CCF46B;
}
.BgClassName
{
background-color: #CCF46B;
}
</style>
border-color css
<style>
span { border-color: #CCF46B; }
span { border-color: rgb(204,244,107); }
td.TdClassName
{
border-color: #CCF46B;
}
.TagClassName
{
border-color: #CCF46B;
}
</style>