Shades of Mindaro #CCF458
Tints of Mindaro #CCF458
RGB
CMYK
RGB Variations
Color information
#CCF458 (or 0xCCF458) is known color: Mindaro. HEX triplet: CC, F4 and 58. RGB value is (204,244,88). Sum of RGB (Red+Green+Blue) = 204+244+88=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF458 is #330BA7. Grayscale: #D6D6D6. Windows color (decimal): -3345320 or 5829836. OLE color: 5829836.
HSL color Cylindrical-coordinate representation of color #CCF458: hue angle of 75.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF458 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 88 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.04 |
| HSL | 75.38º | 0.88% | 0.65% | - |
| HSV(B) | 75.38º | 0.64% | 0.96% | - |
| XYZ | 59.01 | 78.24 | 21.22 | - |
| YUV | 214.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 88 | 0.16 | 0 | 0.64 | 0.04 | 75.38 | 0.88 | 0.65 |
| Hex | CC | F4 | 58 | 10 | 0 | 40 | 4 | 4B | 58 | 41 |
| Octal | 314 | 364 | 130 | 20 | 0 | 100 | 4 | 113 | 130 | 101 |
| Binary | 11001100 | 11110100 | 1011000 | 10000 | 0 | 1000000 | 100 | 1001011 | 1011000 | 1000001 |
Color Harmonies of #CCF458
Complementary color
Monochromatic Colors of #CCF458
Black with #CCF458
Text Example
Text Example
White with #CCF458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF458; }
p { color: rgb(204,244,88); }
H1.HeaderClassName
{
color: #CCF458;
}
.AnyTagClassName
{
color: #CCF458;
}
</style>
background-color css
<style>
a { background-color: #CCF458; }
a { background-color: rgb(204,244,88); }
div.DivClassName
{
background-color: #CCF458;
}
.BgClassName
{
background-color: #CCF458;
}
</style>
border-color css
<style>
span { border-color: #CCF458; }
span { border-color: rgb(204,244,88); }
td.TdClassName
{
border-color: #CCF458;
}
.TagClassName
{
border-color: #CCF458;
}
</style>