Shades of Mindaro #CCF06A
Tints of Mindaro #CCF06A
RGB
CMYK
RGB Variations
Color information
#CCF06A (or 0xCCF06A) is known color: Mindaro. HEX triplet: CC, F0 and 6A. RGB value is (204,240,106). Sum of RGB (Red+Green+Blue) = 204+240+106=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF06A is #330F95. Grayscale: #D6D6D6. Windows color (decimal): -3346326 or 7008460. OLE color: 7008460.
HSL color Cylindrical-coordinate representation of color #CCF06A: hue angle of 76.12º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF06A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 106 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.06 |
| HSL | 76.12º | 0.82% | 0.68% | - |
| HSV(B) | 76.12º | 0.56% | 0.94% | - |
| XYZ | 58.66 | 76.2 | 25.25 | - |
| YUV | 213.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 106 | 0.15 | 0 | 0.56 | 0.06 | 76.12 | 0.82 | 0.68 |
| Hex | CC | F0 | 6A | F | 0 | 38 | 6 | 4C | 52 | 44 |
| Octal | 314 | 360 | 152 | 17 | 0 | 70 | 6 | 114 | 122 | 104 |
| Binary | 11001100 | 11110000 | 1101010 | 1111 | 0 | 111000 | 110 | 1001100 | 1010010 | 1000100 |
Color Harmonies of #CCF06A
Complementary color
Monochromatic Colors of #CCF06A
Black with #CCF06A
Text Example
Text Example
White with #CCF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF06A; }
p { color: rgb(204,240,106); }
H1.HeaderClassName
{
color: #CCF06A;
}
.AnyTagClassName
{
color: #CCF06A;
}
</style>
background-color css
<style>
a { background-color: #CCF06A; }
a { background-color: rgb(204,240,106); }
div.DivClassName
{
background-color: #CCF06A;
}
.BgClassName
{
background-color: #CCF06A;
}
</style>
border-color css
<style>
span { border-color: #CCF06A; }
span { border-color: rgb(204,240,106); }
td.TdClassName
{
border-color: #CCF06A;
}
.TagClassName
{
border-color: #CCF06A;
}
</style>