Shades of Mindaro #CCF76A
Tints of Mindaro #CCF76A
RGB
CMYK
RGB Variations
Color information
#CCF76A (or 0xCCF76A) is known color: Mindaro. HEX triplet: CC, F7 and 6A. RGB value is (204,247,106). Sum of RGB (Red+Green+Blue) = 204+247+106=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF76A is #330895. Grayscale: #DADADA. Windows color (decimal): -3344534 or 7010252. OLE color: 7010252.
HSL color Cylindrical-coordinate representation of color #CCF76A: hue angle of 78.3º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF76A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 106 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 78.3º | 0.9% | 0.69% | - |
| HSV(B) | 78.3º | 0.57% | 0.97% | - |
| XYZ | 60.76 | 80.4 | 25.95 | - |
| YUV | 218.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 106 | 0.17 | 0 | 0.57 | 0.03 | 78.3 | 0.9 | 0.69 |
| Hex | CC | F7 | 6A | 11 | 0 | 39 | 3 | 4E | 5A | 45 |
| Octal | 314 | 367 | 152 | 21 | 0 | 71 | 3 | 116 | 132 | 105 |
| Binary | 11001100 | 11110111 | 1101010 | 10001 | 0 | 111001 | 11 | 1001110 | 1011010 | 1000101 |
Color Harmonies of #CCF76A
Complementary color
Monochromatic Colors of #CCF76A
Black with #CCF76A
Text Example
Text Example
White with #CCF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF76A; }
p { color: rgb(204,247,106); }
H1.HeaderClassName
{
color: #CCF76A;
}
.AnyTagClassName
{
color: #CCF76A;
}
</style>
background-color css
<style>
a { background-color: #CCF76A; }
a { background-color: rgb(204,247,106); }
div.DivClassName
{
background-color: #CCF76A;
}
.BgClassName
{
background-color: #CCF76A;
}
</style>
border-color css
<style>
span { border-color: #CCF76A; }
span { border-color: rgb(204,247,106); }
td.TdClassName
{
border-color: #CCF76A;
}
.TagClassName
{
border-color: #CCF76A;
}
</style>