Shades of Mindaro #CEF26F
Tints of Mindaro #CEF26F
RGB
CMYK
RGB Variations
Color information
#CEF26F (or 0xCEF26F) is known color: Mindaro. HEX triplet: CE, F2 and 6F. RGB value is (206,242,111). Sum of RGB (Red+Green+Blue) = 206+242+111=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF26F is #310D90. Grayscale: #D8D8D8. Windows color (decimal): -3214737 or 7336654. OLE color: 7336654.
HSL color Cylindrical-coordinate representation of color #CEF26F: hue angle of 76.49º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF26F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 111 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 76.49º | 0.83% | 0.69% | - |
| HSV(B) | 76.49º | 0.54% | 0.95% | - |
| XYZ | 60.07 | 77.77 | 26.88 | - |
| YUV | 216.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 111 | 0.15 | 0 | 0.54 | 0.05 | 76.49 | 0.83 | 0.69 |
| Hex | CE | F2 | 6F | F | 0 | 36 | 5 | 4C | 53 | 45 |
| Octal | 316 | 362 | 157 | 17 | 0 | 66 | 5 | 114 | 123 | 105 |
| Binary | 11001110 | 11110010 | 1101111 | 1111 | 0 | 110110 | 101 | 1001100 | 1010011 | 1000101 |
Color Harmonies of #CEF26F
Complementary color
Monochromatic Colors of #CEF26F
Black with #CEF26F
Text Example
Text Example
White with #CEF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF26F; }
p { color: rgb(206,242,111); }
H1.HeaderClassName
{
color: #CEF26F;
}
.AnyTagClassName
{
color: #CEF26F;
}
</style>
background-color css
<style>
a { background-color: #CEF26F; }
a { background-color: rgb(206,242,111); }
div.DivClassName
{
background-color: #CEF26F;
}
.BgClassName
{
background-color: #CEF26F;
}
</style>
border-color css
<style>
span { border-color: #CEF26F; }
span { border-color: rgb(206,242,111); }
td.TdClassName
{
border-color: #CEF26F;
}
.TagClassName
{
border-color: #CEF26F;
}
</style>