Shades of Mindaro #CCF45D
Tints of Mindaro #CCF45D
RGB
CMYK
RGB Variations
Color information
#CCF45D (or 0xCCF45D) is known color: Mindaro. HEX triplet: CC, F4 and 5D. RGB value is (204,244,93). Sum of RGB (Red+Green+Blue) = 204+244+93=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF45D is #330BA2. Grayscale: #D7D7D7. Windows color (decimal): -3345315 or 6157516. OLE color: 6157516.
HSL color Cylindrical-coordinate representation of color #CCF45D: hue angle of 75.89º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF45D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.89º | 0.87% | 0.66% | - |
| HSV(B) | 75.89º | 0.62% | 0.96% | - |
| XYZ | 59.23 | 78.33 | 22.35 | - |
| YUV | 214.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 93 | 0.16 | 0 | 0.62 | 0.04 | 75.89 | 0.87 | 0.66 |
| Hex | CC | F4 | 5D | 10 | 0 | 3E | 4 | 4C | 57 | 42 |
| Octal | 314 | 364 | 135 | 20 | 0 | 76 | 4 | 114 | 127 | 102 |
| Binary | 11001100 | 11110100 | 1011101 | 10000 | 0 | 111110 | 100 | 1001100 | 1010111 | 1000010 |
Color Harmonies of #CCF45D
Complementary color
Monochromatic Colors of #CCF45D
Black with #CCF45D
Text Example
Text Example
White with #CCF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF45D; }
p { color: rgb(204,244,93); }
H1.HeaderClassName
{
color: #CCF45D;
}
.AnyTagClassName
{
color: #CCF45D;
}
</style>
background-color css
<style>
a { background-color: #CCF45D; }
a { background-color: rgb(204,244,93); }
div.DivClassName
{
background-color: #CCF45D;
}
.BgClassName
{
background-color: #CCF45D;
}
</style>
border-color css
<style>
span { border-color: #CCF45D; }
span { border-color: rgb(204,244,93); }
td.TdClassName
{
border-color: #CCF45D;
}
.TagClassName
{
border-color: #CCF45D;
}
</style>