Shades of Mindaro #CFEA73
Tints of Mindaro #CFEA73
RGB
CMYK
RGB Variations
Color information
#CFEA73 (or 0xCFEA73) is known color: Mindaro. HEX triplet: CF, EA and 73. RGB value is (207,234,115). Sum of RGB (Red+Green+Blue) = 207+234+115=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA73 is #30158C. Grayscale: #D4D4D4. Windows color (decimal): -3151245 or 7596751. OLE color: 7596751.
HSL color Cylindrical-coordinate representation of color #CFEA73: hue angle of 73.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEA73 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 115 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.08 |
| HSL | 73.61º | 0.74% | 0.68% | - |
| HSV(B) | 73.61º | 0.51% | 0.92% | - |
| XYZ | 58.25 | 73.35 | 27.31 | - |
| YUV | 212.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 115 | 0.12 | 0 | 0.51 | 0.08 | 73.61 | 0.74 | 0.68 |
| Hex | CF | EA | 73 | C | 0 | 33 | 8 | 4A | 4A | 44 |
| Octal | 317 | 352 | 163 | 14 | 0 | 63 | 10 | 112 | 112 | 104 |
| Binary | 11001111 | 11101010 | 1110011 | 1100 | 0 | 110011 | 1000 | 1001010 | 1001010 | 1000100 |
Color Harmonies of #CFEA73
Complementary color
Monochromatic Colors of #CFEA73
Black with #CFEA73
Text Example
Text Example
White with #CFEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA73; }
p { color: rgb(207,234,115); }
H1.HeaderClassName
{
color: #CFEA73;
}
.AnyTagClassName
{
color: #CFEA73;
}
</style>
background-color css
<style>
a { background-color: #CFEA73; }
a { background-color: rgb(207,234,115); }
div.DivClassName
{
background-color: #CFEA73;
}
.BgClassName
{
background-color: #CFEA73;
}
</style>
border-color css
<style>
span { border-color: #CFEA73; }
span { border-color: rgb(207,234,115); }
td.TdClassName
{
border-color: #CFEA73;
}
.TagClassName
{
border-color: #CFEA73;
}
</style>