Shades of Mindaro #CFE17B
Tints of Mindaro #CFE17B
RGB
CMYK
RGB Variations
Color information
#CFE17B (or 0xCFE17B) is known color: Mindaro. HEX triplet: CF, E1 and 7B. RGB value is (207,225,123). Sum of RGB (Red+Green+Blue) = 207+225+123=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE17B is #301E84. Grayscale: #D0D0D0. Windows color (decimal): -3153541 or 8118735. OLE color: 8118735.
HSL color Cylindrical-coordinate representation of color #CFE17B: hue angle of 70.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE17B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 123 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.12 |
| HSL | 70.59º | 0.63% | 0.68% | - |
| HSV(B) | 70.59º | 0.45% | 0.88% | - |
| XYZ | 56.23 | 68.55 | 29.01 | - |
| YUV | 207.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 123 | 0.08 | 0 | 0.45 | 0.12 | 70.59 | 0.63 | 0.68 |
| Hex | CF | E1 | 7B | 8 | 0 | 2D | C | 47 | 3F | 44 |
| Octal | 317 | 341 | 173 | 10 | 0 | 55 | 14 | 107 | 77 | 104 |
| Binary | 11001111 | 11100001 | 1111011 | 1000 | 0 | 101101 | 1100 | 1000111 | 111111 | 1000100 |
Color Harmonies of #CFE17B
Complementary color
Monochromatic Colors of #CFE17B
Black with #CFE17B
Text Example
Text Example
White with #CFE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE17B; }
p { color: rgb(207,225,123); }
H1.HeaderClassName
{
color: #CFE17B;
}
.AnyTagClassName
{
color: #CFE17B;
}
</style>
background-color css
<style>
a { background-color: #CFE17B; }
a { background-color: rgb(207,225,123); }
div.DivClassName
{
background-color: #CFE17B;
}
.BgClassName
{
background-color: #CFE17B;
}
</style>
border-color css
<style>
span { border-color: #CFE17B; }
span { border-color: rgb(207,225,123); }
td.TdClassName
{
border-color: #CFE17B;
}
.TagClassName
{
border-color: #CFE17B;
}
</style>