Shades of Mindaro #CFE764
Tints of Mindaro #CFE764
RGB
CMYK
RGB Variations
Color information
#CFE764 (or 0xCFE764) is known color: Mindaro. HEX triplet: CF, E7 and 64. RGB value is (207,231,100). Sum of RGB (Red+Green+Blue) = 207+231+100=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE764 is #30189B. Grayscale: #D1D1D1. Windows color (decimal): -3152028 or 6612943. OLE color: 6612943.
HSL color Cylindrical-coordinate representation of color #CFE764: hue angle of 70.99º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFE764 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 100 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.09 |
| HSL | 70.99º | 0.73% | 0.65% | - |
| HSV(B) | 70.99º | 0.57% | 0.91% | - |
| XYZ | 56.61 | 71.34 | 22.84 | - |
| YUV | 208.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 100 | 0.10 | 0 | 0.57 | 0.09 | 70.99 | 0.73 | 0.65 |
| Hex | CF | E7 | 64 | A | 0 | 39 | 9 | 47 | 49 | 41 |
| Octal | 317 | 347 | 144 | 12 | 0 | 71 | 11 | 107 | 111 | 101 |
| Binary | 11001111 | 11100111 | 1100100 | 1010 | 0 | 111001 | 1001 | 1000111 | 1001001 | 1000001 |
Color Harmonies of #CFE764
Complementary color
Monochromatic Colors of #CFE764
Black with #CFE764
Text Example
Text Example
White with #CFE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE764; }
p { color: rgb(207,231,100); }
H1.HeaderClassName
{
color: #CFE764;
}
.AnyTagClassName
{
color: #CFE764;
}
</style>
background-color css
<style>
a { background-color: #CFE764; }
a { background-color: rgb(207,231,100); }
div.DivClassName
{
background-color: #CFE764;
}
.BgClassName
{
background-color: #CFE764;
}
</style>
border-color css
<style>
span { border-color: #CFE764; }
span { border-color: rgb(207,231,100); }
td.TdClassName
{
border-color: #CFE764;
}
.TagClassName
{
border-color: #CFE764;
}
</style>