Shades of Mindaro #CCF45C
Tints of Mindaro #CCF45C
RGB
CMYK
RGB Variations
Color information
#CCF45C (or 0xCCF45C) is known color: Mindaro. HEX triplet: CC, F4 and 5C. RGB value is (204,244,92). Sum of RGB (Red+Green+Blue) = 204+244+92=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF45C is #330BA3. Grayscale: #D7D7D7. Windows color (decimal): -3345316 or 6091980. OLE color: 6091980.
HSL color Cylindrical-coordinate representation of color #CCF45C: hue angle of 75.79º 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 #CCF45C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 92 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.79º | 0.87% | 0.66% | - |
| HSV(B) | 75.79º | 0.62% | 0.96% | - |
| XYZ | 59.18 | 78.31 | 22.12 | - |
| YUV | 214.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 92 | 0.16 | 0 | 0.62 | 0.04 | 75.79 | 0.87 | 0.66 |
| Hex | CC | F4 | 5C | 10 | 0 | 3E | 4 | 4C | 57 | 42 |
| Octal | 314 | 364 | 134 | 20 | 0 | 76 | 4 | 114 | 127 | 102 |
| Binary | 11001100 | 11110100 | 1011100 | 10000 | 0 | 111110 | 100 | 1001100 | 1010111 | 1000010 |
Color Harmonies of #CCF45C
Complementary color
Monochromatic Colors of #CCF45C
Black with #CCF45C
Text Example
Text Example
White with #CCF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF45C; }
p { color: rgb(204,244,92); }
H1.HeaderClassName
{
color: #CCF45C;
}
.AnyTagClassName
{
color: #CCF45C;
}
</style>
background-color css
<style>
a { background-color: #CCF45C; }
a { background-color: rgb(204,244,92); }
div.DivClassName
{
background-color: #CCF45C;
}
.BgClassName
{
background-color: #CCF45C;
}
</style>
border-color css
<style>
span { border-color: #CCF45C; }
span { border-color: rgb(204,244,92); }
td.TdClassName
{
border-color: #CCF45C;
}
.TagClassName
{
border-color: #CCF45C;
}
</style>