Shades of Mindaro #CEF268
Tints of Mindaro #CEF268
RGB
CMYK
RGB Variations
Color information
#CEF268 (or 0xCEF268) is known color: Mindaro. HEX triplet: CE, F2 and 68. RGB value is (206,242,104). Sum of RGB (Red+Green+Blue) = 206+242+104=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF268 is #310D97. Grayscale: #D8D8D8. Windows color (decimal): -3214744 or 6877902. OLE color: 6877902.
HSL color Cylindrical-coordinate representation of color #CEF268: hue angle of 75.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF268 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.65º | 0.84% | 0.68% | - |
| HSV(B) | 75.65º | 0.57% | 0.95% | - |
| XYZ | 59.7 | 77.63 | 24.93 | - |
| YUV | 215.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 104 | 0.15 | 0 | 0.57 | 0.05 | 75.65 | 0.84 | 0.68 |
| Hex | CE | F2 | 68 | F | 0 | 39 | 5 | 4C | 54 | 44 |
| Octal | 316 | 362 | 150 | 17 | 0 | 71 | 5 | 114 | 124 | 104 |
| Binary | 11001110 | 11110010 | 1101000 | 1111 | 0 | 111001 | 101 | 1001100 | 1010100 | 1000100 |
Color Harmonies of #CEF268
Complementary color
Monochromatic Colors of #CEF268
Black with #CEF268
Text Example
Text Example
White with #CEF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF268; }
p { color: rgb(206,242,104); }
H1.HeaderClassName
{
color: #CEF268;
}
.AnyTagClassName
{
color: #CEF268;
}
</style>
background-color css
<style>
a { background-color: #CEF268; }
a { background-color: rgb(206,242,104); }
div.DivClassName
{
background-color: #CEF268;
}
.BgClassName
{
background-color: #CEF268;
}
</style>
border-color css
<style>
span { border-color: #CEF268; }
span { border-color: rgb(206,242,104); }
td.TdClassName
{
border-color: #CEF268;
}
.TagClassName
{
border-color: #CEF268;
}
</style>