Shades of Mindaro #CEF168
Tints of Mindaro #CEF168
RGB
CMYK
RGB Variations
Color information
#CEF168 (or 0xCEF168) is known color: Mindaro. HEX triplet: CE, F1 and 68. RGB value is (206,241,104). Sum of RGB (Red+Green+Blue) = 206+241+104=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF168 is #310E97. Grayscale: #D7D7D7. Windows color (decimal): -3215000 or 6877646. OLE color: 6877646.
HSL color Cylindrical-coordinate representation of color #CEF168: hue angle of 75.33º degrees, saturation: 0.83, 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 #CEF168 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.33º | 0.83% | 0.68% | - |
| HSV(B) | 75.33º | 0.57% | 0.95% | - |
| XYZ | 59.41 | 77.03 | 24.83 | - |
| YUV | 214.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 104 | 0.15 | 0 | 0.57 | 0.05 | 75.33 | 0.83 | 0.68 |
| Hex | CE | F1 | 68 | F | 0 | 39 | 5 | 4B | 53 | 44 |
| Octal | 316 | 361 | 150 | 17 | 0 | 71 | 5 | 113 | 123 | 104 |
| Binary | 11001110 | 11110001 | 1101000 | 1111 | 0 | 111001 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #CEF168
Complementary color
Monochromatic Colors of #CEF168
Black with #CEF168
Text Example
Text Example
White with #CEF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF168; }
p { color: rgb(206,241,104); }
H1.HeaderClassName
{
color: #CEF168;
}
.AnyTagClassName
{
color: #CEF168;
}
</style>
background-color css
<style>
a { background-color: #CEF168; }
a { background-color: rgb(206,241,104); }
div.DivClassName
{
background-color: #CEF168;
}
.BgClassName
{
background-color: #CEF168;
}
</style>
border-color css
<style>
span { border-color: #CEF168; }
span { border-color: rgb(206,241,104); }
td.TdClassName
{
border-color: #CEF168;
}
.TagClassName
{
border-color: #CEF168;
}
</style>