Shades of Mindaro #CCF453
Tints of Mindaro #CCF453
RGB
CMYK
RGB Variations
Color information
#CCF453 (or 0xCCF453) is known color: Mindaro. HEX triplet: CC, F4 and 53. RGB value is (204,244,83). Sum of RGB (Red+Green+Blue) = 204+244+83=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF453 is #330BAC. Grayscale: #D6D6D6. Windows color (decimal): -3345325 or 5502156. OLE color: 5502156.
HSL color Cylindrical-coordinate representation of color #CCF453: hue angle of 74.91º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF453 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 83 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.04 |
| HSL | 74.91º | 0.88% | 0.64% | - |
| HSV(B) | 74.91º | 0.66% | 0.96% | - |
| XYZ | 58.81 | 78.16 | 20.17 | - |
| YUV | 213.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 83 | 0.16 | 0 | 0.66 | 0.04 | 74.91 | 0.88 | 0.64 |
| Hex | CC | F4 | 53 | 10 | 0 | 42 | 4 | 4B | 58 | 40 |
| Octal | 314 | 364 | 123 | 20 | 0 | 102 | 4 | 113 | 130 | 100 |
| Binary | 11001100 | 11110100 | 1010011 | 10000 | 0 | 1000010 | 100 | 1001011 | 1011000 | 1000000 |
Color Harmonies of #CCF453
Complementary color
Monochromatic Colors of #CCF453
Black with #CCF453
Text Example
Text Example
White with #CCF453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF453; }
p { color: rgb(204,244,83); }
H1.HeaderClassName
{
color: #CCF453;
}
.AnyTagClassName
{
color: #CCF453;
}
</style>
background-color css
<style>
a { background-color: #CCF453; }
a { background-color: rgb(204,244,83); }
div.DivClassName
{
background-color: #CCF453;
}
.BgClassName
{
background-color: #CCF453;
}
</style>
border-color css
<style>
span { border-color: #CCF453; }
span { border-color: rgb(204,244,83); }
td.TdClassName
{
border-color: #CCF453;
}
.TagClassName
{
border-color: #CCF453;
}
</style>