Shades of Mindaro #CCF454
Tints of Mindaro #CCF454
RGB
CMYK
RGB Variations
Color information
#CCF454 (or 0xCCF454) is known color: Mindaro. HEX triplet: CC, F4 and 54. RGB value is (204,244,84). Sum of RGB (Red+Green+Blue) = 204+244+84=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF454 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF454 is #330BAB. Grayscale: #D6D6D6. Windows color (decimal): -3345324 or 5567692. OLE color: 5567692.
HSL color Cylindrical-coordinate representation of color #CCF454: hue angle of 75º 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 #CCF454 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 84 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.04 |
| HSL | 75º | 0.88% | 0.64% | - |
| HSV(B) | 75º | 0.66% | 0.96% | - |
| XYZ | 58.85 | 78.18 | 20.38 | - |
| YUV | 213.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 84 | 0.16 | 0 | 0.66 | 0.04 | 75 | 0.88 | 0.64 |
| Hex | CC | F4 | 54 | 10 | 0 | 42 | 4 | 4B | 58 | 40 |
| Octal | 314 | 364 | 124 | 20 | 0 | 102 | 4 | 113 | 130 | 100 |
| Binary | 11001100 | 11110100 | 1010100 | 10000 | 0 | 1000010 | 100 | 1001011 | 1011000 | 1000000 |
Color Harmonies of #CCF454
Complementary color
Monochromatic Colors of #CCF454
Black with #CCF454
Text Example
Text Example
White with #CCF454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF454; }
p { color: rgb(204,244,84); }
H1.HeaderClassName
{
color: #CCF454;
}
.AnyTagClassName
{
color: #CCF454;
}
</style>
background-color css
<style>
a { background-color: #CCF454; }
a { background-color: rgb(204,244,84); }
div.DivClassName
{
background-color: #CCF454;
}
.BgClassName
{
background-color: #CCF454;
}
</style>
border-color css
<style>
span { border-color: #CCF454; }
span { border-color: rgb(204,244,84); }
td.TdClassName
{
border-color: #CCF454;
}
.TagClassName
{
border-color: #CCF454;
}
</style>