Shades of Mindaro #CCF65F
Tints of Mindaro #CCF65F
RGB
CMYK
RGB Variations
Color information
#CCF65F (or 0xCCF65F) is known color: Mindaro. HEX triplet: CC, F6 and 5F. RGB value is (204,246,95). Sum of RGB (Red+Green+Blue) = 204+246+95=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF65F is #3309A0. Grayscale: #D8D8D8. Windows color (decimal): -3344801 or 6289100. OLE color: 6289100.
HSL color Cylindrical-coordinate representation of color #CCF65F: hue angle of 76.69º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF65F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 95 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.04 |
| HSL | 76.69º | 0.89% | 0.67% | - |
| HSV(B) | 76.69º | 0.61% | 0.96% | - |
| XYZ | 59.92 | 79.58 | 23.03 | - |
| YUV | 216.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 95 | 0.17 | 0 | 0.61 | 0.04 | 76.69 | 0.89 | 0.67 |
| Hex | CC | F6 | 5F | 11 | 0 | 3D | 4 | 4D | 59 | 43 |
| Octal | 314 | 366 | 137 | 21 | 0 | 75 | 4 | 115 | 131 | 103 |
| Binary | 11001100 | 11110110 | 1011111 | 10001 | 0 | 111101 | 100 | 1001101 | 1011001 | 1000011 |
Color Harmonies of #CCF65F
Complementary color
Monochromatic Colors of #CCF65F
Black with #CCF65F
Text Example
Text Example
White with #CCF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF65F; }
p { color: rgb(204,246,95); }
H1.HeaderClassName
{
color: #CCF65F;
}
.AnyTagClassName
{
color: #CCF65F;
}
</style>
background-color css
<style>
a { background-color: #CCF65F; }
a { background-color: rgb(204,246,95); }
div.DivClassName
{
background-color: #CCF65F;
}
.BgClassName
{
background-color: #CCF65F;
}
</style>
border-color css
<style>
span { border-color: #CCF65F; }
span { border-color: rgb(204,246,95); }
td.TdClassName
{
border-color: #CCF65F;
}
.TagClassName
{
border-color: #CCF65F;
}
</style>