Shades of Mindaro #CFEB58
Tints of Mindaro #CFEB58
RGB
CMYK
RGB Variations
Color information
#CFEB58 (or 0xCFEB58) is known color: Mindaro. HEX triplet: CF, EB and 58. RGB value is (207,235,88). Sum of RGB (Red+Green+Blue) = 207+235+88=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB58 is #3014A7. Grayscale: #D2D2D2. Windows color (decimal): -3151016 or 5827535. OLE color: 5827535.
HSL color Cylindrical-coordinate representation of color #CFEB58: hue angle of 71.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFEB58 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 88 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.08 |
| HSL | 71.43º | 0.79% | 0.63% | - |
| HSV(B) | 71.43º | 0.63% | 0.92% | - |
| XYZ | 57.2 | 73.39 | 20.38 | - |
| YUV | 209.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 88 | 0.12 | 0 | 0.63 | 0.08 | 71.43 | 0.79 | 0.63 |
| Hex | CF | EB | 58 | C | 0 | 3F | 8 | 47 | 4F | 3F |
| Octal | 317 | 353 | 130 | 14 | 0 | 77 | 10 | 107 | 117 | 77 |
| Binary | 11001111 | 11101011 | 1011000 | 1100 | 0 | 111111 | 1000 | 1000111 | 1001111 | 111111 |
Color Harmonies of #CFEB58
Complementary color
Monochromatic Colors of #CFEB58
Black with #CFEB58
Text Example
Text Example
White with #CFEB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB58; }
p { color: rgb(207,235,88); }
H1.HeaderClassName
{
color: #CFEB58;
}
.AnyTagClassName
{
color: #CFEB58;
}
</style>
background-color css
<style>
a { background-color: #CFEB58; }
a { background-color: rgb(207,235,88); }
div.DivClassName
{
background-color: #CFEB58;
}
.BgClassName
{
background-color: #CFEB58;
}
</style>
border-color css
<style>
span { border-color: #CFEB58; }
span { border-color: rgb(207,235,88); }
td.TdClassName
{
border-color: #CFEB58;
}
.TagClassName
{
border-color: #CFEB58;
}
</style>