Shades of Mindaro #CFEB5E
Tints of Mindaro #CFEB5E
RGB
CMYK
RGB Variations
Color information
#CFEB5E (or 0xCFEB5E) is known color: Mindaro. HEX triplet: CF, EB and 5E. RGB value is (207,235,94). Sum of RGB (Red+Green+Blue) = 207+235+94=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB5E is #3014A1. Grayscale: #D3D3D3. Windows color (decimal): -3151010 or 6220751. OLE color: 6220751.
HSL color Cylindrical-coordinate representation of color #CFEB5E: hue angle of 71.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFEB5E is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 94 | - |
| CMYK | 0.12 | 0 | 0.6 | 0.08 |
| HSL | 71.91º | 0.78% | 0.65% | - |
| HSV(B) | 71.91º | 0.6% | 0.92% | - |
| XYZ | 57.46 | 73.49 | 21.75 | - |
| YUV | 210.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 94 | 0.12 | 0 | 0.6 | 0.08 | 71.91 | 0.78 | 0.65 |
| Hex | CF | EB | 5E | C | 0 | 3C | 8 | 48 | 4E | 41 |
| Octal | 317 | 353 | 136 | 14 | 0 | 74 | 10 | 110 | 116 | 101 |
| Binary | 11001111 | 11101011 | 1011110 | 1100 | 0 | 111100 | 1000 | 1001000 | 1001110 | 1000001 |
Color Harmonies of #CFEB5E
Complementary color
Monochromatic Colors of #CFEB5E
Black with #CFEB5E
Text Example
Text Example
White with #CFEB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB5E; }
p { color: rgb(207,235,94); }
H1.HeaderClassName
{
color: #CFEB5E;
}
.AnyTagClassName
{
color: #CFEB5E;
}
</style>
background-color css
<style>
a { background-color: #CFEB5E; }
a { background-color: rgb(207,235,94); }
div.DivClassName
{
background-color: #CFEB5E;
}
.BgClassName
{
background-color: #CFEB5E;
}
</style>
border-color css
<style>
span { border-color: #CFEB5E; }
span { border-color: rgb(207,235,94); }
td.TdClassName
{
border-color: #CFEB5E;
}
.TagClassName
{
border-color: #CFEB5E;
}
</style>