Shades of Mindaro #CFE17A
Tints of Mindaro #CFE17A
RGB
CMYK
RGB Variations
Color information
#CFE17A (or 0xCFE17A) is known color: Mindaro. HEX triplet: CF, E1 and 7A. RGB value is (207,225,122). Sum of RGB (Red+Green+Blue) = 207+225+122=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE17A is #301E85. Grayscale: #D0D0D0. Windows color (decimal): -3153542 or 8053199. OLE color: 8053199.
HSL color Cylindrical-coordinate representation of color #CFE17A: hue angle of 70.49º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFE17A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 122 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.12 |
| HSL | 70.49º | 0.63% | 0.68% | - |
| HSV(B) | 70.49º | 0.46% | 0.88% | - |
| XYZ | 56.17 | 68.52 | 28.68 | - |
| YUV | 207.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 122 | 0.08 | 0 | 0.46 | 0.12 | 70.49 | 0.63 | 0.68 |
| Hex | CF | E1 | 7A | 8 | 0 | 2E | C | 46 | 3F | 44 |
| Octal | 317 | 341 | 172 | 10 | 0 | 56 | 14 | 106 | 77 | 104 |
| Binary | 11001111 | 11100001 | 1111010 | 1000 | 0 | 101110 | 1100 | 1000110 | 111111 | 1000100 |
Color Harmonies of #CFE17A
Complementary color
Monochromatic Colors of #CFE17A
Black with #CFE17A
Text Example
Text Example
White with #CFE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE17A; }
p { color: rgb(207,225,122); }
H1.HeaderClassName
{
color: #CFE17A;
}
.AnyTagClassName
{
color: #CFE17A;
}
</style>
background-color css
<style>
a { background-color: #CFE17A; }
a { background-color: rgb(207,225,122); }
div.DivClassName
{
background-color: #CFE17A;
}
.BgClassName
{
background-color: #CFE17A;
}
</style>
border-color css
<style>
span { border-color: #CFE17A; }
span { border-color: rgb(207,225,122); }
td.TdClassName
{
border-color: #CFE17A;
}
.TagClassName
{
border-color: #CFE17A;
}
</style>