Shades of Mindaro #CEF46B
Tints of Mindaro #CEF46B
RGB
CMYK
RGB Variations
Color information
#CEF46B (or 0xCEF46B) is known color: Mindaro. HEX triplet: CE, F4 and 6B. RGB value is (206,244,107). Sum of RGB (Red+Green+Blue) = 206+244+107=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF46B is #310B94. Grayscale: #D9D9D9. Windows color (decimal): -3214229 or 7075022. OLE color: 7075022.
HSL color Cylindrical-coordinate representation of color #CEF46B: hue angle of 76.64º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF46B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 107 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 76.64º | 0.86% | 0.69% | - |
| HSV(B) | 76.64º | 0.56% | 0.96% | - |
| XYZ | 60.46 | 78.88 | 25.95 | - |
| YUV | 217.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 107 | 0.16 | 0 | 0.56 | 0.04 | 76.64 | 0.86 | 0.69 |
| Hex | CE | F4 | 6B | 10 | 0 | 38 | 4 | 4D | 56 | 45 |
| Octal | 316 | 364 | 153 | 20 | 0 | 70 | 4 | 115 | 126 | 105 |
| Binary | 11001110 | 11110100 | 1101011 | 10000 | 0 | 111000 | 100 | 1001101 | 1010110 | 1000101 |
Color Harmonies of #CEF46B
Complementary color
Monochromatic Colors of #CEF46B
Black with #CEF46B
Text Example
Text Example
White with #CEF46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF46B; }
p { color: rgb(206,244,107); }
H1.HeaderClassName
{
color: #CEF46B;
}
.AnyTagClassName
{
color: #CEF46B;
}
</style>
background-color css
<style>
a { background-color: #CEF46B; }
a { background-color: rgb(206,244,107); }
div.DivClassName
{
background-color: #CEF46B;
}
.BgClassName
{
background-color: #CEF46B;
}
</style>
border-color css
<style>
span { border-color: #CEF46B; }
span { border-color: rgb(206,244,107); }
td.TdClassName
{
border-color: #CEF46B;
}
.TagClassName
{
border-color: #CEF46B;
}
</style>