Shades of Mindaro #CEFF5E
Tints of Mindaro #CEFF5E
RGB
CMYK
RGB Variations
Color information
#CEFF5E (or 0xCEFF5E) is known color: Mindaro. HEX triplet: CE, FF and 5E. RGB value is (206,255,94). Sum of RGB (Red+Green+Blue) = 206+255+94=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF5E is #3100A1. Grayscale: #DEDEDE. Windows color (decimal): -3211426 or 6225870. OLE color: 6225870.
HSL color Cylindrical-coordinate representation of color #CEFF5E: hue angle of 78.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFF5E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 94 | - |
| CMYK | 0.19 | 0 | 0.63 | 0 |
| HSL | 78.26º | 1% | 0.68% | - |
| HSV(B) | 78.26º | 0.63% | 1% | - |
| XYZ | 63.23 | 85.45 | 23.75 | - |
| YUV | 222 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 94 | 0.19 | 0 | 0.63 | 0 | 78.26 | 1 | 0.68 |
| Hex | CE | FF | 5E | 13 | 0 | 3F | 0 | 4E | 64 | 44 |
| Octal | 316 | 377 | 136 | 23 | 0 | 77 | 0 | 116 | 144 | 104 |
| Binary | 11001110 | 11111111 | 1011110 | 10011 | 0 | 111111 | 0 | 1001110 | 1100100 | 1000100 |
Color Harmonies of #CEFF5E
Complementary color
Monochromatic Colors of #CEFF5E
Black with #CEFF5E
Text Example
Text Example
White with #CEFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF5E; }
p { color: rgb(206,255,94); }
H1.HeaderClassName
{
color: #CEFF5E;
}
.AnyTagClassName
{
color: #CEFF5E;
}
</style>
background-color css
<style>
a { background-color: #CEFF5E; }
a { background-color: rgb(206,255,94); }
div.DivClassName
{
background-color: #CEFF5E;
}
.BgClassName
{
background-color: #CEFF5E;
}
</style>
border-color css
<style>
span { border-color: #CEFF5E; }
span { border-color: rgb(206,255,94); }
td.TdClassName
{
border-color: #CEFF5E;
}
.TagClassName
{
border-color: #CEFF5E;
}
</style>