Shades of Mindaro #CFED72
Tints of Mindaro #CFED72
RGB
CMYK
RGB Variations
Color information
#CFED72 (or 0xCFED72) is known color: Mindaro. HEX triplet: CF, ED and 72. RGB value is (207,237,114). Sum of RGB (Red+Green+Blue) = 207+237+114=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED72 is #30128D. Grayscale: #D6D6D6. Windows color (decimal): -3150478 or 7531983. OLE color: 7531983.
HSL color Cylindrical-coordinate representation of color #CFED72: hue angle of 74.63º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFED72 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 114 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.07 |
| HSL | 74.63º | 0.77% | 0.69% | - |
| HSV(B) | 74.63º | 0.52% | 0.93% | - |
| XYZ | 59.05 | 75.05 | 27.29 | - |
| YUV | 214.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 114 | 0.13 | 0 | 0.52 | 0.07 | 74.63 | 0.77 | 0.69 |
| Hex | CF | ED | 72 | D | 0 | 34 | 7 | 4B | 4D | 45 |
| Octal | 317 | 355 | 162 | 15 | 0 | 64 | 7 | 113 | 115 | 105 |
| Binary | 11001111 | 11101101 | 1110010 | 1101 | 0 | 110100 | 111 | 1001011 | 1001101 | 1000101 |
Color Harmonies of #CFED72
Complementary color
Monochromatic Colors of #CFED72
Black with #CFED72
Text Example
Text Example
White with #CFED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED72; }
p { color: rgb(207,237,114); }
H1.HeaderClassName
{
color: #CFED72;
}
.AnyTagClassName
{
color: #CFED72;
}
</style>
background-color css
<style>
a { background-color: #CFED72; }
a { background-color: rgb(207,237,114); }
div.DivClassName
{
background-color: #CFED72;
}
.BgClassName
{
background-color: #CFED72;
}
</style>
border-color css
<style>
span { border-color: #CFED72; }
span { border-color: rgb(207,237,114); }
td.TdClassName
{
border-color: #CFED72;
}
.TagClassName
{
border-color: #CFED72;
}
</style>