Shades of Mindaro #CEF64F
Tints of Mindaro #CEF64F
RGB
CMYK
RGB Variations
Color information
#CEF64F (or 0xCEF64F) is known color: Mindaro. HEX triplet: CE, F6 and 4F. RGB value is (206,246,79). Sum of RGB (Red+Green+Blue) = 206+246+79=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF64F is #3109B0. Grayscale: #D7D7D7. Windows color (decimal): -3213745 or 5240526. OLE color: 5240526.
HSL color Cylindrical-coordinate representation of color #CEF64F: hue angle of 74.37º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF64F is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 79 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.04 |
| HSL | 74.37º | 0.9% | 0.64% | - |
| HSV(B) | 74.37º | 0.68% | 0.96% | - |
| XYZ | 59.82 | 79.6 | 19.61 | - |
| YUV | 215 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 79 | 0.16 | 0 | 0.68 | 0.04 | 74.37 | 0.9 | 0.64 |
| Hex | CE | F6 | 4F | 10 | 0 | 44 | 4 | 4A | 5A | 40 |
| Octal | 316 | 366 | 117 | 20 | 0 | 104 | 4 | 112 | 132 | 100 |
| Binary | 11001110 | 11110110 | 1001111 | 10000 | 0 | 1000100 | 100 | 1001010 | 1011010 | 1000000 |
Color Harmonies of #CEF64F
Complementary color
Monochromatic Colors of #CEF64F
Black with #CEF64F
Text Example
Text Example
White with #CEF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF64F; }
p { color: rgb(206,246,79); }
H1.HeaderClassName
{
color: #CEF64F;
}
.AnyTagClassName
{
color: #CEF64F;
}
</style>
background-color css
<style>
a { background-color: #CEF64F; }
a { background-color: rgb(206,246,79); }
div.DivClassName
{
background-color: #CEF64F;
}
.BgClassName
{
background-color: #CEF64F;
}
</style>
border-color css
<style>
span { border-color: #CEF64F; }
span { border-color: rgb(206,246,79); }
td.TdClassName
{
border-color: #CEF64F;
}
.TagClassName
{
border-color: #CEF64F;
}
</style>