Shades of Mindaro #CEF368
Tints of Mindaro #CEF368
RGB
CMYK
RGB Variations
Color information
#CEF368 (or 0xCEF368) is known color: Mindaro. HEX triplet: CE, F3 and 68. RGB value is (206,243,104). Sum of RGB (Red+Green+Blue) = 206+243+104=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF368 is #310C97. Grayscale: #D8D8D8. Windows color (decimal): -3214488 or 6878158. OLE color: 6878158.
HSL color Cylindrical-coordinate representation of color #CEF368: hue angle of 75.97º degrees, saturation: 0.85, 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 #CEF368 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.97º | 0.85% | 0.68% | - |
| HSV(B) | 75.97º | 0.57% | 0.95% | - |
| XYZ | 60 | 78.22 | 25.03 | - |
| YUV | 216.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 104 | 0.15 | 0 | 0.57 | 0.05 | 75.97 | 0.85 | 0.68 |
| Hex | CE | F3 | 68 | F | 0 | 39 | 5 | 4C | 55 | 44 |
| Octal | 316 | 363 | 150 | 17 | 0 | 71 | 5 | 114 | 125 | 104 |
| Binary | 11001110 | 11110011 | 1101000 | 1111 | 0 | 111001 | 101 | 1001100 | 1010101 | 1000100 |
Color Harmonies of #CEF368
Complementary color
Monochromatic Colors of #CEF368
Black with #CEF368
Text Example
Text Example
White with #CEF368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF368; }
p { color: rgb(206,243,104); }
H1.HeaderClassName
{
color: #CEF368;
}
.AnyTagClassName
{
color: #CEF368;
}
</style>
background-color css
<style>
a { background-color: #CEF368; }
a { background-color: rgb(206,243,104); }
div.DivClassName
{
background-color: #CEF368;
}
.BgClassName
{
background-color: #CEF368;
}
</style>
border-color css
<style>
span { border-color: #CEF368; }
span { border-color: rgb(206,243,104); }
td.TdClassName
{
border-color: #CEF368;
}
.TagClassName
{
border-color: #CEF368;
}
</style>