Shades of Mindaro #CFEB5C
Tints of Mindaro #CFEB5C
RGB
CMYK
RGB Variations
Color information
#CFEB5C (or 0xCFEB5C) is known color: Mindaro. HEX triplet: CF, EB and 5C. RGB value is (207,235,92). Sum of RGB (Red+Green+Blue) = 207+235+92=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB5C is #3014A3. Grayscale: #D2D2D2. Windows color (decimal): -3151012 or 6089679. OLE color: 6089679.
HSL color Cylindrical-coordinate representation of color #CFEB5C: hue angle of 71.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEB5C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 92 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.08 |
| HSL | 71.75º | 0.78% | 0.64% | - |
| HSV(B) | 71.75º | 0.61% | 0.92% | - |
| XYZ | 57.37 | 73.45 | 21.28 | - |
| YUV | 210.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 92 | 0.12 | 0 | 0.61 | 0.08 | 71.75 | 0.78 | 0.64 |
| Hex | CF | EB | 5C | C | 0 | 3D | 8 | 48 | 4E | 40 |
| Octal | 317 | 353 | 134 | 14 | 0 | 75 | 10 | 110 | 116 | 100 |
| Binary | 11001111 | 11101011 | 1011100 | 1100 | 0 | 111101 | 1000 | 1001000 | 1001110 | 1000000 |
Color Harmonies of #CFEB5C
Complementary color
Monochromatic Colors of #CFEB5C
Black with #CFEB5C
Text Example
Text Example
White with #CFEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB5C; }
p { color: rgb(207,235,92); }
H1.HeaderClassName
{
color: #CFEB5C;
}
.AnyTagClassName
{
color: #CFEB5C;
}
</style>
background-color css
<style>
a { background-color: #CFEB5C; }
a { background-color: rgb(207,235,92); }
div.DivClassName
{
background-color: #CFEB5C;
}
.BgClassName
{
background-color: #CFEB5C;
}
</style>
border-color css
<style>
span { border-color: #CFEB5C; }
span { border-color: rgb(207,235,92); }
td.TdClassName
{
border-color: #CFEB5C;
}
.TagClassName
{
border-color: #CFEB5C;
}
</style>