Shades of Mindaro #CFEF58
Tints of Mindaro #CFEF58
RGB
CMYK
RGB Variations
Color information
#CFEF58 (or 0xCFEF58) is known color: Mindaro. HEX triplet: CF, EF and 58. RGB value is (207,239,88). Sum of RGB (Red+Green+Blue) = 207+239+88=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF58 is #3010A7. Grayscale: #D4D4D4. Windows color (decimal): -3149992 or 5828559. OLE color: 5828559.
HSL color Cylindrical-coordinate representation of color #CFEF58: hue angle of 72.72º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFEF58 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 88 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.06 |
| HSL | 72.72º | 0.83% | 0.64% | - |
| HSV(B) | 72.72º | 0.63% | 0.94% | - |
| XYZ | 58.36 | 75.7 | 20.77 | - |
| YUV | 212.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 88 | 0.13 | 0 | 0.63 | 0.06 | 72.72 | 0.83 | 0.64 |
| Hex | CF | EF | 58 | D | 0 | 3F | 6 | 49 | 53 | 40 |
| Octal | 317 | 357 | 130 | 15 | 0 | 77 | 6 | 111 | 123 | 100 |
| Binary | 11001111 | 11101111 | 1011000 | 1101 | 0 | 111111 | 110 | 1001001 | 1010011 | 1000000 |
Color Harmonies of #CFEF58
Complementary color
Monochromatic Colors of #CFEF58
Black with #CFEF58
Text Example
Text Example
White with #CFEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF58; }
p { color: rgb(207,239,88); }
H1.HeaderClassName
{
color: #CFEF58;
}
.AnyTagClassName
{
color: #CFEF58;
}
</style>
background-color css
<style>
a { background-color: #CFEF58; }
a { background-color: rgb(207,239,88); }
div.DivClassName
{
background-color: #CFEF58;
}
.BgClassName
{
background-color: #CFEF58;
}
</style>
border-color css
<style>
span { border-color: #CFEF58; }
span { border-color: rgb(207,239,88); }
td.TdClassName
{
border-color: #CFEF58;
}
.TagClassName
{
border-color: #CFEF58;
}
</style>