Shades of Mindaro #CEF169
Tints of Mindaro #CEF169
RGB
CMYK
RGB Variations
Color information
#CEF169 (or 0xCEF169) is known color: Mindaro. HEX triplet: CE, F1 and 69. RGB value is (206,241,105). Sum of RGB (Red+Green+Blue) = 206+241+105=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF169 is #310E96. Grayscale: #D7D7D7. Windows color (decimal): -3214999 or 6943182. OLE color: 6943182.
HSL color Cylindrical-coordinate representation of color #CEF169: hue angle of 75.44º 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 #CEF169 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 105 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.05 |
| HSL | 75.44º | 0.83% | 0.68% | - |
| HSV(B) | 75.44º | 0.56% | 0.95% | - |
| XYZ | 59.46 | 77.05 | 25.1 | - |
| YUV | 215.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 105 | 0.15 | 0 | 0.56 | 0.05 | 75.44 | 0.83 | 0.68 |
| Hex | CE | F1 | 69 | F | 0 | 38 | 5 | 4B | 53 | 44 |
| Octal | 316 | 361 | 151 | 17 | 0 | 70 | 5 | 113 | 123 | 104 |
| Binary | 11001110 | 11110001 | 1101001 | 1111 | 0 | 111000 | 101 | 1001011 | 1010011 | 1000100 |
Color Harmonies of #CEF169
Complementary color
Monochromatic Colors of #CEF169
Black with #CEF169
Text Example
Text Example
White with #CEF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF169; }
p { color: rgb(206,241,105); }
H1.HeaderClassName
{
color: #CEF169;
}
.AnyTagClassName
{
color: #CEF169;
}
</style>
background-color css
<style>
a { background-color: #CEF169; }
a { background-color: rgb(206,241,105); }
div.DivClassName
{
background-color: #CEF169;
}
.BgClassName
{
background-color: #CEF169;
}
</style>
border-color css
<style>
span { border-color: #CEF169; }
span { border-color: rgb(206,241,105); }
td.TdClassName
{
border-color: #CEF169;
}
.TagClassName
{
border-color: #CEF169;
}
</style>