Shades of Mindaro #CEF16C
Tints of Mindaro #CEF16C
RGB
CMYK
RGB Variations
Color information
#CEF16C (or 0xCEF16C) is known color: Mindaro. HEX triplet: CE, F1 and 6C. RGB value is (206,241,108). Sum of RGB (Red+Green+Blue) = 206+241+108=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16C is #310E93. Grayscale: #D7D7D7. Windows color (decimal): -3214996 or 7139790. OLE color: 7139790.
HSL color Cylindrical-coordinate representation of color #CEF16C: hue angle of 75.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF16C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 75.79º | 0.83% | 0.68% | - |
| HSV(B) | 75.79º | 0.55% | 0.95% | - |
| XYZ | 59.62 | 77.12 | 25.93 | - |
| YUV | 215.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 108 | 0.15 | 0 | 0.55 | 0.05 | 75.79 | 0.83 | 0.68 |
| Hex | CE | F1 | 6C | F | 0 | 37 | 5 | 4C | 53 | 44 |
| Octal | 316 | 361 | 154 | 17 | 0 | 67 | 5 | 114 | 123 | 104 |
| Binary | 11001110 | 11110001 | 1101100 | 1111 | 0 | 110111 | 101 | 1001100 | 1010011 | 1000100 |
Color Harmonies of #CEF16C
Complementary color
Monochromatic Colors of #CEF16C
Black with #CEF16C
Text Example
Text Example
White with #CEF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF16C; }
p { color: rgb(206,241,108); }
H1.HeaderClassName
{
color: #CEF16C;
}
.AnyTagClassName
{
color: #CEF16C;
}
</style>
background-color css
<style>
a { background-color: #CEF16C; }
a { background-color: rgb(206,241,108); }
div.DivClassName
{
background-color: #CEF16C;
}
.BgClassName
{
background-color: #CEF16C;
}
</style>
border-color css
<style>
span { border-color: #CEF16C; }
span { border-color: rgb(206,241,108); }
td.TdClassName
{
border-color: #CEF16C;
}
.TagClassName
{
border-color: #CEF16C;
}
</style>