Shades of Mindaro #CFEB5D
Tints of Mindaro #CFEB5D
RGB
CMYK
RGB Variations
Color information
#CFEB5D (or 0xCFEB5D) is known color: Mindaro. HEX triplet: CF, EB and 5D. RGB value is (207,235,93). Sum of RGB (Red+Green+Blue) = 207+235+93=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB5D is #3014A2. Grayscale: #D2D2D2. Windows color (decimal): -3151011 or 6155215. OLE color: 6155215.
HSL color Cylindrical-coordinate representation of color #CFEB5D: hue angle of 71.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFEB5D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 93 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.08 |
| HSL | 71.83º | 0.78% | 0.64% | - |
| HSV(B) | 71.83º | 0.6% | 0.92% | - |
| XYZ | 57.42 | 73.47 | 21.51 | - |
| YUV | 210.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 93 | 0.12 | 0 | 0.60 | 0.08 | 71.83 | 0.78 | 0.64 |
| Hex | CF | EB | 5D | C | 0 | 3C | 8 | 48 | 4E | 40 |
| Octal | 317 | 353 | 135 | 14 | 0 | 74 | 10 | 110 | 116 | 100 |
| Binary | 11001111 | 11101011 | 1011101 | 1100 | 0 | 111100 | 1000 | 1001000 | 1001110 | 1000000 |
Color Harmonies of #CFEB5D
Complementary color
Monochromatic Colors of #CFEB5D
Black with #CFEB5D
Text Example
Text Example
White with #CFEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB5D; }
p { color: rgb(207,235,93); }
H1.HeaderClassName
{
color: #CFEB5D;
}
.AnyTagClassName
{
color: #CFEB5D;
}
</style>
background-color css
<style>
a { background-color: #CFEB5D; }
a { background-color: rgb(207,235,93); }
div.DivClassName
{
background-color: #CFEB5D;
}
.BgClassName
{
background-color: #CFEB5D;
}
</style>
border-color css
<style>
span { border-color: #CFEB5D; }
span { border-color: rgb(207,235,93); }
td.TdClassName
{
border-color: #CFEB5D;
}
.TagClassName
{
border-color: #CFEB5D;
}
</style>