Shades of Mindaro #CFEB63
Tints of Mindaro #CFEB63
RGB
CMYK
RGB Variations
Color information
#CFEB63 (or 0xCFEB63) is known color: Mindaro. HEX triplet: CF, EB and 63. RGB value is (207,235,99). Sum of RGB (Red+Green+Blue) = 207+235+99=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB63 is #30149C. Grayscale: #D3D3D3. Windows color (decimal): -3151005 or 6548431. OLE color: 6548431.
HSL color Cylindrical-coordinate representation of color #CFEB63: hue angle of 72.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFEB63 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 99 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.08 |
| HSL | 72.35º | 0.77% | 0.65% | - |
| HSV(B) | 72.35º | 0.58% | 0.92% | - |
| XYZ | 57.69 | 73.58 | 22.97 | - |
| YUV | 211.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 99 | 0.12 | 0 | 0.58 | 0.08 | 72.35 | 0.77 | 0.65 |
| Hex | CF | EB | 63 | C | 0 | 3A | 8 | 48 | 4D | 41 |
| Octal | 317 | 353 | 143 | 14 | 0 | 72 | 10 | 110 | 115 | 101 |
| Binary | 11001111 | 11101011 | 1100011 | 1100 | 0 | 111010 | 1000 | 1001000 | 1001101 | 1000001 |
Color Harmonies of #CFEB63
Complementary color
Monochromatic Colors of #CFEB63
Black with #CFEB63
Text Example
Text Example
White with #CFEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB63; }
p { color: rgb(207,235,99); }
H1.HeaderClassName
{
color: #CFEB63;
}
.AnyTagClassName
{
color: #CFEB63;
}
</style>
background-color css
<style>
a { background-color: #CFEB63; }
a { background-color: rgb(207,235,99); }
div.DivClassName
{
background-color: #CFEB63;
}
.BgClassName
{
background-color: #CFEB63;
}
</style>
border-color css
<style>
span { border-color: #CFEB63; }
span { border-color: rgb(207,235,99); }
td.TdClassName
{
border-color: #CFEB63;
}
.TagClassName
{
border-color: #CFEB63;
}
</style>