Shades of Mindaro #CFEB74
Tints of Mindaro #CFEB74
RGB
CMYK
RGB Variations
Color information
#CFEB74 (or 0xCFEB74) is known color: Mindaro. HEX triplet: CF, EB and 74. RGB value is (207,235,116). Sum of RGB (Red+Green+Blue) = 207+235+116=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB74 is #30148B. Grayscale: #D5D5D5. Windows color (decimal): -3150988 or 7662543. OLE color: 7662543.
HSL color Cylindrical-coordinate representation of color #CFEB74: hue angle of 74.12º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEB74 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 116 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.08 |
| HSL | 74.12º | 0.75% | 0.69% | - |
| HSV(B) | 74.12º | 0.51% | 0.92% | - |
| XYZ | 58.59 | 73.94 | 27.71 | - |
| YUV | 213.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 116 | 0.12 | 0 | 0.51 | 0.08 | 74.12 | 0.75 | 0.69 |
| Hex | CF | EB | 74 | C | 0 | 33 | 8 | 4A | 4B | 45 |
| Octal | 317 | 353 | 164 | 14 | 0 | 63 | 10 | 112 | 113 | 105 |
| Binary | 11001111 | 11101011 | 1110100 | 1100 | 0 | 110011 | 1000 | 1001010 | 1001011 | 1000101 |
Color Harmonies of #CFEB74
Complementary color
Monochromatic Colors of #CFEB74
Black with #CFEB74
Text Example
Text Example
White with #CFEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB74; }
p { color: rgb(207,235,116); }
H1.HeaderClassName
{
color: #CFEB74;
}
.AnyTagClassName
{
color: #CFEB74;
}
</style>
background-color css
<style>
a { background-color: #CFEB74; }
a { background-color: rgb(207,235,116); }
div.DivClassName
{
background-color: #CFEB74;
}
.BgClassName
{
background-color: #CFEB74;
}
</style>
border-color css
<style>
span { border-color: #CFEB74; }
span { border-color: rgb(207,235,116); }
td.TdClassName
{
border-color: #CFEB74;
}
.TagClassName
{
border-color: #CFEB74;
}
</style>