Shades of Mindaro #CFE664
Tints of Mindaro #CFE664
RGB
CMYK
RGB Variations
Color information
#CFE664 (or 0xCFE664) is known color: Mindaro. HEX triplet: CF, E6 and 64. RGB value is (207,230,100). Sum of RGB (Red+Green+Blue) = 207+230+100=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE664 is #30199B. Grayscale: #D0D0D0. Windows color (decimal): -3152284 or 6612687. OLE color: 6612687.
HSL color Cylindrical-coordinate representation of color #CFE664: hue angle of 70.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFE664 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 100 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.10 |
| HSL | 70.62º | 0.72% | 0.65% | - |
| HSV(B) | 70.62º | 0.57% | 0.9% | - |
| XYZ | 56.33 | 70.78 | 22.75 | - |
| YUV | 208.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 100 | 0.10 | 0 | 0.57 | 0.10 | 70.62 | 0.72 | 0.65 |
| Hex | CF | E6 | 64 | A | 0 | 39 | A | 47 | 48 | 41 |
| Octal | 317 | 346 | 144 | 12 | 0 | 71 | 12 | 107 | 110 | 101 |
| Binary | 11001111 | 11100110 | 1100100 | 1010 | 0 | 111001 | 1010 | 1000111 | 1001000 | 1000001 |
Color Harmonies of #CFE664
Complementary color
Monochromatic Colors of #CFE664
Black with #CFE664
Text Example
Text Example
White with #CFE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE664; }
p { color: rgb(207,230,100); }
H1.HeaderClassName
{
color: #CFE664;
}
.AnyTagClassName
{
color: #CFE664;
}
</style>
background-color css
<style>
a { background-color: #CFE664; }
a { background-color: rgb(207,230,100); }
div.DivClassName
{
background-color: #CFE664;
}
.BgClassName
{
background-color: #CFE664;
}
</style>
border-color css
<style>
span { border-color: #CFE664; }
span { border-color: rgb(207,230,100); }
td.TdClassName
{
border-color: #CFE664;
}
.TagClassName
{
border-color: #CFE664;
}
</style>