Shades of Mindaro #CFEB64
Tints of Mindaro #CFEB64
RGB
CMYK
RGB Variations
Color information
#CFEB64 (or 0xCFEB64) is known color: Mindaro. HEX triplet: CF, EB and 64. RGB value is (207,235,100). Sum of RGB (Red+Green+Blue) = 207+235+100=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB64 is #30149B. Grayscale: #D3D3D3. Windows color (decimal): -3151004 or 6613967. OLE color: 6613967.
HSL color Cylindrical-coordinate representation of color #CFEB64: hue angle of 72.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFEB64 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 100 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.08 |
| HSL | 72.44º | 0.77% | 0.66% | - |
| HSV(B) | 72.44º | 0.57% | 0.92% | - |
| XYZ | 57.74 | 73.6 | 23.22 | - |
| YUV | 211.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 100 | 0.12 | 0 | 0.57 | 0.08 | 72.44 | 0.77 | 0.66 |
| Hex | CF | EB | 64 | C | 0 | 39 | 8 | 48 | 4D | 42 |
| Octal | 317 | 353 | 144 | 14 | 0 | 71 | 10 | 110 | 115 | 102 |
| Binary | 11001111 | 11101011 | 1100100 | 1100 | 0 | 111001 | 1000 | 1001000 | 1001101 | 1000010 |
Color Harmonies of #CFEB64
Complementary color
Monochromatic Colors of #CFEB64
Black with #CFEB64
Text Example
Text Example
White with #CFEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB64; }
p { color: rgb(207,235,100); }
H1.HeaderClassName
{
color: #CFEB64;
}
.AnyTagClassName
{
color: #CFEB64;
}
</style>
background-color css
<style>
a { background-color: #CFEB64; }
a { background-color: rgb(207,235,100); }
div.DivClassName
{
background-color: #CFEB64;
}
.BgClassName
{
background-color: #CFEB64;
}
</style>
border-color css
<style>
span { border-color: #CFEB64; }
span { border-color: rgb(207,235,100); }
td.TdClassName
{
border-color: #CFEB64;
}
.TagClassName
{
border-color: #CFEB64;
}
</style>