Shades of Mindaro #CEF65E
Tints of Mindaro #CEF65E
RGB
CMYK
RGB Variations
Color information
#CEF65E (or 0xCEF65E) is known color: Mindaro. HEX triplet: CE, F6 and 5E. RGB value is (206,246,94). Sum of RGB (Red+Green+Blue) = 206+246+94=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF65E is #3109A1. Grayscale: #D9D9D9. Windows color (decimal): -3213730 or 6223566. OLE color: 6223566.
HSL color Cylindrical-coordinate representation of color #CEF65E: hue angle of 75.79º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF65E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 94 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.79º | 0.89% | 0.67% | - |
| HSV(B) | 75.79º | 0.62% | 0.96% | - |
| XYZ | 60.43 | 79.84 | 22.82 | - |
| YUV | 216.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 94 | 0.16 | 0 | 0.62 | 0.04 | 75.79 | 0.89 | 0.67 |
| Hex | CE | F6 | 5E | 10 | 0 | 3E | 4 | 4C | 59 | 43 |
| Octal | 316 | 366 | 136 | 20 | 0 | 76 | 4 | 114 | 131 | 103 |
| Binary | 11001110 | 11110110 | 1011110 | 10000 | 0 | 111110 | 100 | 1001100 | 1011001 | 1000011 |
Color Harmonies of #CEF65E
Complementary color
Monochromatic Colors of #CEF65E
Black with #CEF65E
Text Example
Text Example
White with #CEF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF65E; }
p { color: rgb(206,246,94); }
H1.HeaderClassName
{
color: #CEF65E;
}
.AnyTagClassName
{
color: #CEF65E;
}
</style>
background-color css
<style>
a { background-color: #CEF65E; }
a { background-color: rgb(206,246,94); }
div.DivClassName
{
background-color: #CEF65E;
}
.BgClassName
{
background-color: #CEF65E;
}
</style>
border-color css
<style>
span { border-color: #CEF65E; }
span { border-color: rgb(206,246,94); }
td.TdClassName
{
border-color: #CEF65E;
}
.TagClassName
{
border-color: #CEF65E;
}
</style>