Shades of Mindaro #CFEB60
Tints of Mindaro #CFEB60
RGB
CMYK
RGB Variations
Color information
#CFEB60 (or 0xCFEB60) is known color: Mindaro. HEX triplet: CF, EB and 60. RGB value is (207,235,96). Sum of RGB (Red+Green+Blue) = 207+235+96=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB60 is #30149F. Grayscale: #D3D3D3. Windows color (decimal): -3151008 or 6351823. OLE color: 6351823.
HSL color Cylindrical-coordinate representation of color #CFEB60: hue angle of 72.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFEB60 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 96 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.08 |
| HSL | 72.09º | 0.78% | 0.65% | - |
| HSV(B) | 72.09º | 0.59% | 0.92% | - |
| XYZ | 57.55 | 73.53 | 22.23 | - |
| YUV | 210.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 96 | 0.12 | 0 | 0.59 | 0.08 | 72.09 | 0.78 | 0.65 |
| Hex | CF | EB | 60 | C | 0 | 3B | 8 | 48 | 4E | 41 |
| Octal | 317 | 353 | 140 | 14 | 0 | 73 | 10 | 110 | 116 | 101 |
| Binary | 11001111 | 11101011 | 1100000 | 1100 | 0 | 111011 | 1000 | 1001000 | 1001110 | 1000001 |
Color Harmonies of #CFEB60
Complementary color
Monochromatic Colors of #CFEB60
Black with #CFEB60
Text Example
Text Example
White with #CFEB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB60; }
p { color: rgb(207,235,96); }
H1.HeaderClassName
{
color: #CFEB60;
}
.AnyTagClassName
{
color: #CFEB60;
}
</style>
background-color css
<style>
a { background-color: #CFEB60; }
a { background-color: rgb(207,235,96); }
div.DivClassName
{
background-color: #CFEB60;
}
.BgClassName
{
background-color: #CFEB60;
}
</style>
border-color css
<style>
span { border-color: #CFEB60; }
span { border-color: rgb(207,235,96); }
td.TdClassName
{
border-color: #CFEB60;
}
.TagClassName
{
border-color: #CFEB60;
}
</style>