Shades of Mindaro #CEF16B
Tints of Mindaro #CEF16B
RGB
CMYK
RGB Variations
Color information
#CEF16B (or 0xCEF16B) is known color: Mindaro. HEX triplet: CE, F1 and 6B. RGB value is (206,241,107). Sum of RGB (Red+Green+Blue) = 206+241+107=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16B is #310E94. Grayscale: #D7D7D7. Windows color (decimal): -3214997 or 7074254. OLE color: 7074254.
HSL color Cylindrical-coordinate representation of color #CEF16B: hue angle of 75.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF16B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 107 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.05 |
| HSL | 75.67º | 0.83% | 0.68% | - |
| HSV(B) | 75.67º | 0.56% | 0.95% | - |
| XYZ | 59.56 | 77.09 | 25.65 | - |
| YUV | 215.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 107 | 0.15 | 0 | 0.56 | 0.05 | 75.67 | 0.83 | 0.68 |
| Hex | CE | F1 | 6B | F | 0 | 38 | 5 | 4C | 53 | 44 |
| Octal | 316 | 361 | 153 | 17 | 0 | 70 | 5 | 114 | 123 | 104 |
| Binary | 11001110 | 11110001 | 1101011 | 1111 | 0 | 111000 | 101 | 1001100 | 1010011 | 1000100 |
Color Harmonies of #CEF16B
Complementary color
Monochromatic Colors of #CEF16B
Black with #CEF16B
Text Example
Text Example
White with #CEF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF16B; }
p { color: rgb(206,241,107); }
H1.HeaderClassName
{
color: #CEF16B;
}
.AnyTagClassName
{
color: #CEF16B;
}
</style>
background-color css
<style>
a { background-color: #CEF16B; }
a { background-color: rgb(206,241,107); }
div.DivClassName
{
background-color: #CEF16B;
}
.BgClassName
{
background-color: #CEF16B;
}
</style>
border-color css
<style>
span { border-color: #CEF16B; }
span { border-color: rgb(206,241,107); }
td.TdClassName
{
border-color: #CEF16B;
}
.TagClassName
{
border-color: #CEF16B;
}
</style>