Shades of Mindaro #CEF054
Tints of Mindaro #CEF054
RGB
CMYK
RGB Variations
Color information
#CEF054 (or 0xCEF054) is known color: Mindaro. HEX triplet: CE, F0 and 54. RGB value is (206,240,84). Sum of RGB (Red+Green+Blue) = 206+240+84=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF054 is #310FAB. Grayscale: #D4D4D4. Windows color (decimal): -3215276 or 5566670. OLE color: 5566670.
HSL color Cylindrical-coordinate representation of color #CEF054: hue angle of 73.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF054 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 84 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.06 |
| HSL | 73.08º | 0.84% | 0.64% | - |
| HSV(B) | 73.08º | 0.65% | 0.94% | - |
| XYZ | 58.21 | 76.08 | 20 | - |
| YUV | 212.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 84 | 0.14 | 0 | 0.65 | 0.06 | 73.08 | 0.84 | 0.64 |
| Hex | CE | F0 | 54 | E | 0 | 41 | 6 | 49 | 54 | 40 |
| Octal | 316 | 360 | 124 | 16 | 0 | 101 | 6 | 111 | 124 | 100 |
| Binary | 11001110 | 11110000 | 1010100 | 1110 | 0 | 1000001 | 110 | 1001001 | 1010100 | 1000000 |
Color Harmonies of #CEF054
Complementary color
Monochromatic Colors of #CEF054
Black with #CEF054
Text Example
Text Example
White with #CEF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF054; }
p { color: rgb(206,240,84); }
H1.HeaderClassName
{
color: #CEF054;
}
.AnyTagClassName
{
color: #CEF054;
}
</style>
background-color css
<style>
a { background-color: #CEF054; }
a { background-color: rgb(206,240,84); }
div.DivClassName
{
background-color: #CEF054;
}
.BgClassName
{
background-color: #CEF054;
}
</style>
border-color css
<style>
span { border-color: #CEF054; }
span { border-color: rgb(206,240,84); }
td.TdClassName
{
border-color: #CEF054;
}
.TagClassName
{
border-color: #CEF054;
}
</style>