Shades of Mindaro #CCF451
Tints of Mindaro #CCF451
RGB
CMYK
RGB Variations
Color information
#CCF451 (or 0xCCF451) is known color: Mindaro. HEX triplet: CC, F4 and 51. RGB value is (204,244,81). Sum of RGB (Red+Green+Blue) = 204+244+81=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF451 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF451 is #330BAE. Grayscale: #D6D6D6. Windows color (decimal): -3345327 or 5371084. OLE color: 5371084.
HSL color Cylindrical-coordinate representation of color #CCF451: hue angle of 74.72º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF451 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 81 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 74.72º | 0.88% | 0.64% | - |
| HSV(B) | 74.72º | 0.67% | 0.96% | - |
| XYZ | 58.74 | 78.13 | 19.77 | - |
| YUV | 213.46 | 53.25 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 81 | 0.16 | 0 | 0.67 | 0.04 | 74.72 | 0.88 | 0.64 |
| Hex | CC | F4 | 51 | 10 | 0 | 43 | 4 | 4B | 58 | 40 |
| Octal | 314 | 364 | 121 | 20 | 0 | 103 | 4 | 113 | 130 | 100 |
| Binary | 11001100 | 11110100 | 1010001 | 10000 | 0 | 1000011 | 100 | 1001011 | 1011000 | 1000000 |
Color Harmonies of #CCF451
Complementary color
Monochromatic Colors of #CCF451
Black with #CCF451
Text Example
Text Example
White with #CCF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF451; }
p { color: rgb(204,244,81); }
H1.HeaderClassName
{
color: #CCF451;
}
.AnyTagClassName
{
color: #CCF451;
}
</style>
background-color css
<style>
a { background-color: #CCF451; }
a { background-color: rgb(204,244,81); }
div.DivClassName
{
background-color: #CCF451;
}
.BgClassName
{
background-color: #CCF451;
}
</style>
border-color css
<style>
span { border-color: #CCF451; }
span { border-color: rgb(204,244,81); }
td.TdClassName
{
border-color: #CCF451;
}
.TagClassName
{
border-color: #CCF451;
}
</style>