Shades of Mindaro #CCF267
Tints of Mindaro #CCF267
RGB
CMYK
RGB Variations
Color information
#CCF267 (or 0xCCF267) is known color: Mindaro. HEX triplet: CC, F2 and 67. RGB value is (204,242,103). Sum of RGB (Red+Green+Blue) = 204+242+103=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF267 is #330D98. Grayscale: #D7D7D7. Windows color (decimal): -3345817 or 6812364. OLE color: 6812364.
HSL color Cylindrical-coordinate representation of color #CCF267: hue angle of 76.4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF267 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 103 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.05 |
| HSL | 76.4º | 0.84% | 0.68% | - |
| HSV(B) | 76.4º | 0.57% | 0.95% | - |
| XYZ | 59.1 | 77.32 | 24.64 | - |
| YUV | 214.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 103 | 0.16 | 0 | 0.57 | 0.05 | 76.4 | 0.84 | 0.68 |
| Hex | CC | F2 | 67 | 10 | 0 | 39 | 5 | 4C | 54 | 44 |
| Octal | 314 | 362 | 147 | 20 | 0 | 71 | 5 | 114 | 124 | 104 |
| Binary | 11001100 | 11110010 | 1100111 | 10000 | 0 | 111001 | 101 | 1001100 | 1010100 | 1000100 |
Color Harmonies of #CCF267
Complementary color
Monochromatic Colors of #CCF267
Black with #CCF267
Text Example
Text Example
White with #CCF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF267; }
p { color: rgb(204,242,103); }
H1.HeaderClassName
{
color: #CCF267;
}
.AnyTagClassName
{
color: #CCF267;
}
</style>
background-color css
<style>
a { background-color: #CCF267; }
a { background-color: rgb(204,242,103); }
div.DivClassName
{
background-color: #CCF267;
}
.BgClassName
{
background-color: #CCF267;
}
</style>
border-color css
<style>
span { border-color: #CCF267; }
span { border-color: rgb(204,242,103); }
td.TdClassName
{
border-color: #CCF267;
}
.TagClassName
{
border-color: #CCF267;
}
</style>