Shades of Mindaro #CCF45F
Tints of Mindaro #CCF45F
RGB
CMYK
RGB Variations
Color information
#CCF45F (or 0xCCF45F) is known color: Mindaro. HEX triplet: CC, F4 and 5F. RGB value is (204,244,95). Sum of RGB (Red+Green+Blue) = 204+244+95=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF45F is #330BA0. Grayscale: #D7D7D7. Windows color (decimal): -3345313 or 6288588. OLE color: 6288588.
HSL color Cylindrical-coordinate representation of color #CCF45F: hue angle of 76.11º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF45F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 95 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.04 |
| HSL | 76.11º | 0.87% | 0.66% | - |
| HSV(B) | 76.11º | 0.61% | 0.96% | - |
| XYZ | 59.32 | 78.36 | 22.83 | - |
| YUV | 215.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 95 | 0.16 | 0 | 0.61 | 0.04 | 76.11 | 0.87 | 0.66 |
| Hex | CC | F4 | 5F | 10 | 0 | 3D | 4 | 4C | 57 | 42 |
| Octal | 314 | 364 | 137 | 20 | 0 | 75 | 4 | 114 | 127 | 102 |
| Binary | 11001100 | 11110100 | 1011111 | 10000 | 0 | 111101 | 100 | 1001100 | 1010111 | 1000010 |
Color Harmonies of #CCF45F
Complementary color
Monochromatic Colors of #CCF45F
Black with #CCF45F
Text Example
Text Example
White with #CCF45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF45F; }
p { color: rgb(204,244,95); }
H1.HeaderClassName
{
color: #CCF45F;
}
.AnyTagClassName
{
color: #CCF45F;
}
</style>
background-color css
<style>
a { background-color: #CCF45F; }
a { background-color: rgb(204,244,95); }
div.DivClassName
{
background-color: #CCF45F;
}
.BgClassName
{
background-color: #CCF45F;
}
</style>
border-color css
<style>
span { border-color: #CCF45F; }
span { border-color: rgb(204,244,95); }
td.TdClassName
{
border-color: #CCF45F;
}
.TagClassName
{
border-color: #CCF45F;
}
</style>