Shades of Mindaro #CEF16D
Tints of Mindaro #CEF16D
RGB
CMYK
RGB Variations
Color information
#CEF16D (or 0xCEF16D) is known color: Mindaro. HEX triplet: CE, F1 and 6D. RGB value is (206,241,109). Sum of RGB (Red+Green+Blue) = 206+241+109=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16D is #310E92. Grayscale: #D7D7D7. Windows color (decimal): -3214995 or 7205326. OLE color: 7205326.
HSL color Cylindrical-coordinate representation of color #CEF16D: hue angle of 75.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF16D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 109 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 75.91º | 0.83% | 0.69% | - |
| HSV(B) | 75.91º | 0.55% | 0.95% | - |
| XYZ | 59.67 | 77.14 | 26.21 | - |
| YUV | 215.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 109 | 0.15 | 0 | 0.55 | 0.05 | 75.91 | 0.83 | 0.69 |
| Hex | CE | F1 | 6D | F | 0 | 37 | 5 | 4C | 52 | 45 |
| Octal | 316 | 361 | 155 | 17 | 0 | 67 | 5 | 114 | 122 | 105 |
| Binary | 11001110 | 11110001 | 1101101 | 1111 | 0 | 110111 | 101 | 1001100 | 1010010 | 1000101 |
Color Harmonies of #CEF16D
Complementary color
Monochromatic Colors of #CEF16D
Black with #CEF16D
Text Example
Text Example
White with #CEF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF16D; }
p { color: rgb(206,241,109); }
H1.HeaderClassName
{
color: #CEF16D;
}
.AnyTagClassName
{
color: #CEF16D;
}
</style>
background-color css
<style>
a { background-color: #CEF16D; }
a { background-color: rgb(206,241,109); }
div.DivClassName
{
background-color: #CEF16D;
}
.BgClassName
{
background-color: #CEF16D;
}
</style>
border-color css
<style>
span { border-color: #CEF16D; }
span { border-color: rgb(206,241,109); }
td.TdClassName
{
border-color: #CEF16D;
}
.TagClassName
{
border-color: #CEF16D;
}
</style>