Shades of Mindaro #CEF050
Tints of Mindaro #CEF050
RGB
CMYK
RGB Variations
Color information
#CEF050 (or 0xCEF050) is known color: Mindaro. HEX triplet: CE, F0 and 50. RGB value is (206,240,80). Sum of RGB (Red+Green+Blue) = 206+240+80=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF050 is #310FAF. Grayscale: #D4D4D4. Windows color (decimal): -3215280 or 5304526. OLE color: 5304526.
HSL color Cylindrical-coordinate representation of color #CEF050: hue angle of 72.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF050 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 80 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.06 |
| HSL | 72.75º | 0.84% | 0.63% | - |
| HSV(B) | 72.75º | 0.67% | 0.94% | - |
| XYZ | 58.06 | 76.02 | 19.2 | - |
| YUV | 211.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 80 | 0.14 | 0 | 0.67 | 0.06 | 72.75 | 0.84 | 0.63 |
| Hex | CE | F0 | 50 | E | 0 | 43 | 6 | 49 | 54 | 3F |
| Octal | 316 | 360 | 120 | 16 | 0 | 103 | 6 | 111 | 124 | 77 |
| Binary | 11001110 | 11110000 | 1010000 | 1110 | 0 | 1000011 | 110 | 1001001 | 1010100 | 111111 |
Color Harmonies of #CEF050
Complementary color
Monochromatic Colors of #CEF050
Black with #CEF050
Text Example
Text Example
White with #CEF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF050; }
p { color: rgb(206,240,80); }
H1.HeaderClassName
{
color: #CEF050;
}
.AnyTagClassName
{
color: #CEF050;
}
</style>
background-color css
<style>
a { background-color: #CEF050; }
a { background-color: rgb(206,240,80); }
div.DivClassName
{
background-color: #CEF050;
}
.BgClassName
{
background-color: #CEF050;
}
</style>
border-color css
<style>
span { border-color: #CEF050; }
span { border-color: rgb(206,240,80); }
td.TdClassName
{
border-color: #CEF050;
}
.TagClassName
{
border-color: #CEF050;
}
</style>