Shades of Mindaro #CFEB65
Tints of Mindaro #CFEB65
RGB
CMYK
RGB Variations
Color information
#CFEB65 (or 0xCFEB65) is known color: Mindaro. HEX triplet: CF, EB and 65. RGB value is (207,235,101). Sum of RGB (Red+Green+Blue) = 207+235+101=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB65 is #30149A. Grayscale: #D3D3D3. Windows color (decimal): -3151003 or 6679503. OLE color: 6679503.
HSL color Cylindrical-coordinate representation of color #CFEB65: hue angle of 72.54º 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 #CFEB65 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 101 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.08 |
| HSL | 72.54º | 0.77% | 0.66% | - |
| HSV(B) | 72.54º | 0.57% | 0.92% | - |
| XYZ | 57.79 | 73.62 | 23.48 | - |
| YUV | 211.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 101 | 0.12 | 0 | 0.57 | 0.08 | 72.54 | 0.77 | 0.66 |
| Hex | CF | EB | 65 | C | 0 | 39 | 8 | 49 | 4D | 42 |
| Octal | 317 | 353 | 145 | 14 | 0 | 71 | 10 | 111 | 115 | 102 |
| Binary | 11001111 | 11101011 | 1100101 | 1100 | 0 | 111001 | 1000 | 1001001 | 1001101 | 1000010 |
Color Harmonies of #CFEB65
Complementary color
Monochromatic Colors of #CFEB65
Black with #CFEB65
Text Example
Text Example
White with #CFEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB65; }
p { color: rgb(207,235,101); }
H1.HeaderClassName
{
color: #CFEB65;
}
.AnyTagClassName
{
color: #CFEB65;
}
</style>
background-color css
<style>
a { background-color: #CFEB65; }
a { background-color: rgb(207,235,101); }
div.DivClassName
{
background-color: #CFEB65;
}
.BgClassName
{
background-color: #CFEB65;
}
</style>
border-color css
<style>
span { border-color: #CFEB65; }
span { border-color: rgb(207,235,101); }
td.TdClassName
{
border-color: #CFEB65;
}
.TagClassName
{
border-color: #CFEB65;
}
</style>