Shades of Mindaro #CFED74
Tints of Mindaro #CFED74
RGB
CMYK
RGB Variations
Color information
#CFED74 (or 0xCFED74) is known color: Mindaro. HEX triplet: CF, ED and 74. RGB value is (207,237,116). Sum of RGB (Red+Green+Blue) = 207+237+116=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED74 is #30128B. Grayscale: #D6D6D6. Windows color (decimal): -3150476 or 7663055. OLE color: 7663055.
HSL color Cylindrical-coordinate representation of color #CFED74: hue angle of 74.88º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFED74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 116 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.07 |
| HSL | 74.88º | 0.77% | 0.69% | - |
| HSV(B) | 74.88º | 0.51% | 0.93% | - |
| XYZ | 59.17 | 75.09 | 27.9 | - |
| YUV | 214.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 116 | 0.13 | 0 | 0.51 | 0.07 | 74.88 | 0.77 | 0.69 |
| Hex | CF | ED | 74 | D | 0 | 33 | 7 | 4B | 4D | 45 |
| Octal | 317 | 355 | 164 | 15 | 0 | 63 | 7 | 113 | 115 | 105 |
| Binary | 11001111 | 11101101 | 1110100 | 1101 | 0 | 110011 | 111 | 1001011 | 1001101 | 1000101 |
Color Harmonies of #CFED74
Complementary color
Monochromatic Colors of #CFED74
Black with #CFED74
Text Example
Text Example
White with #CFED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED74; }
p { color: rgb(207,237,116); }
H1.HeaderClassName
{
color: #CFED74;
}
.AnyTagClassName
{
color: #CFED74;
}
</style>
background-color css
<style>
a { background-color: #CFED74; }
a { background-color: rgb(207,237,116); }
div.DivClassName
{
background-color: #CFED74;
}
.BgClassName
{
background-color: #CFED74;
}
</style>
border-color css
<style>
span { border-color: #CFED74; }
span { border-color: rgb(207,237,116); }
td.TdClassName
{
border-color: #CFED74;
}
.TagClassName
{
border-color: #CFED74;
}
</style>