Shades of Mindaro #CCF467
Tints of Mindaro #CCF467
RGB
CMYK
RGB Variations
Color information
#CCF467 (or 0xCCF467) is known color: Mindaro. HEX triplet: CC, F4 and 67. RGB value is (204,244,103). Sum of RGB (Red+Green+Blue) = 204+244+103=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF467 is #330B98. Grayscale: #D8D8D8. Windows color (decimal): -3345305 or 6812876. OLE color: 6812876.
HSL color Cylindrical-coordinate representation of color #CCF467: hue angle of 77.02º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF467 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 103 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.04 |
| HSL | 77.02º | 0.87% | 0.68% | - |
| HSV(B) | 77.02º | 0.58% | 0.96% | - |
| XYZ | 59.7 | 78.52 | 24.84 | - |
| YUV | 215.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 103 | 0.16 | 0 | 0.58 | 0.04 | 77.02 | 0.87 | 0.68 |
| Hex | CC | F4 | 67 | 10 | 0 | 3A | 4 | 4D | 57 | 44 |
| Octal | 314 | 364 | 147 | 20 | 0 | 72 | 4 | 115 | 127 | 104 |
| Binary | 11001100 | 11110100 | 1100111 | 10000 | 0 | 111010 | 100 | 1001101 | 1010111 | 1000100 |
Color Harmonies of #CCF467
Complementary color
Monochromatic Colors of #CCF467
Black with #CCF467
Text Example
Text Example
White with #CCF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF467; }
p { color: rgb(204,244,103); }
H1.HeaderClassName
{
color: #CCF467;
}
.AnyTagClassName
{
color: #CCF467;
}
</style>
background-color css
<style>
a { background-color: #CCF467; }
a { background-color: rgb(204,244,103); }
div.DivClassName
{
background-color: #CCF467;
}
.BgClassName
{
background-color: #CCF467;
}
</style>
border-color css
<style>
span { border-color: #CCF467; }
span { border-color: rgb(204,244,103); }
td.TdClassName
{
border-color: #CCF467;
}
.TagClassName
{
border-color: #CCF467;
}
</style>