Shades of Mindaro #CCF167
Tints of Mindaro #CCF167
RGB
CMYK
RGB Variations
Color information
#CCF167 (or 0xCCF167) is known color: Mindaro. HEX triplet: CC, F1 and 67. RGB value is (204,241,103). Sum of RGB (Red+Green+Blue) = 204+241+103=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF167 is #330E98. Grayscale: #D6D6D6. Windows color (decimal): -3346073 or 6812108. OLE color: 6812108.
HSL color Cylindrical-coordinate representation of color #CCF167: hue angle of 76.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF167 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 103 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 76.09º | 0.83% | 0.67% | - |
| HSV(B) | 76.09º | 0.57% | 0.95% | - |
| XYZ | 58.81 | 76.73 | 24.54 | - |
| YUV | 214.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 103 | 0.15 | 0 | 0.57 | 0.05 | 76.09 | 0.83 | 0.67 |
| Hex | CC | F1 | 67 | F | 0 | 39 | 5 | 4C | 53 | 43 |
| Octal | 314 | 361 | 147 | 17 | 0 | 71 | 5 | 114 | 123 | 103 |
| Binary | 11001100 | 11110001 | 1100111 | 1111 | 0 | 111001 | 101 | 1001100 | 1010011 | 1000011 |
Color Harmonies of #CCF167
Complementary color
Monochromatic Colors of #CCF167
Black with #CCF167
Text Example
Text Example
White with #CCF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF167; }
p { color: rgb(204,241,103); }
H1.HeaderClassName
{
color: #CCF167;
}
.AnyTagClassName
{
color: #CCF167;
}
</style>
background-color css
<style>
a { background-color: #CCF167; }
a { background-color: rgb(204,241,103); }
div.DivClassName
{
background-color: #CCF167;
}
.BgClassName
{
background-color: #CCF167;
}
</style>
border-color css
<style>
span { border-color: #CCF167; }
span { border-color: rgb(204,241,103); }
td.TdClassName
{
border-color: #CCF167;
}
.TagClassName
{
border-color: #CCF167;
}
</style>