Shades of Mindaro #CFE167
Tints of Mindaro #CFE167
RGB
CMYK
RGB Variations
Color information
#CFE167 (or 0xCFE167) is known color: Mindaro. HEX triplet: CF, E1 and 67. RGB value is (207,225,103). Sum of RGB (Red+Green+Blue) = 207+225+103=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE167 is #301E98. Grayscale: #CECECE. Windows color (decimal): -3153561 or 6808015. OLE color: 6808015.
HSL color Cylindrical-coordinate representation of color #CFE167: hue angle of 68.85º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE167 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 103 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.12 |
| HSL | 68.85º | 0.67% | 0.64% | - |
| HSV(B) | 68.85º | 0.54% | 0.88% | - |
| XYZ | 55.11 | 68.1 | 23.07 | - |
| YUV | 205.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 103 | 0.08 | 0 | 0.54 | 0.12 | 68.85 | 0.67 | 0.64 |
| Hex | CF | E1 | 67 | 8 | 0 | 36 | C | 45 | 43 | 40 |
| Octal | 317 | 341 | 147 | 10 | 0 | 66 | 14 | 105 | 103 | 100 |
| Binary | 11001111 | 11100001 | 1100111 | 1000 | 0 | 110110 | 1100 | 1000101 | 1000011 | 1000000 |
Color Harmonies of #CFE167
Complementary color
Monochromatic Colors of #CFE167
Black with #CFE167
Text Example
Text Example
White with #CFE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE167; }
p { color: rgb(207,225,103); }
H1.HeaderClassName
{
color: #CFE167;
}
.AnyTagClassName
{
color: #CFE167;
}
</style>
background-color css
<style>
a { background-color: #CFE167; }
a { background-color: rgb(207,225,103); }
div.DivClassName
{
background-color: #CFE167;
}
.BgClassName
{
background-color: #CFE167;
}
</style>
border-color css
<style>
span { border-color: #CFE167; }
span { border-color: rgb(207,225,103); }
td.TdClassName
{
border-color: #CFE167;
}
.TagClassName
{
border-color: #CFE167;
}
</style>