Shades of Mindaro #CEFF5D
Tints of Mindaro #CEFF5D
RGB
CMYK
RGB Variations
Color information
#CEFF5D (or 0xCEFF5D) is known color: Mindaro. HEX triplet: CE, FF and 5D. RGB value is (206,255,93). Sum of RGB (Red+Green+Blue) = 206+255+93=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF5D is #3100A2. Grayscale: #DEDEDE. Windows color (decimal): -3211427 or 6160334. OLE color: 6160334.
HSL color Cylindrical-coordinate representation of color #CEFF5D: hue angle of 78.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEFF5D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 93 | - |
| CMYK | 0.19 | 0 | 0.64 | 0 |
| HSL | 78.15º | 1% | 0.68% | - |
| HSV(B) | 78.15º | 0.64% | 1% | - |
| XYZ | 63.19 | 85.43 | 23.52 | - |
| YUV | 221.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 93 | 0.19 | 0 | 0.64 | 0 | 78.15 | 1 | 0.68 |
| Hex | CE | FF | 5D | 13 | 0 | 40 | 0 | 4E | 64 | 44 |
| Octal | 316 | 377 | 135 | 23 | 0 | 100 | 0 | 116 | 144 | 104 |
| Binary | 11001110 | 11111111 | 1011101 | 10011 | 0 | 1000000 | 0 | 1001110 | 1100100 | 1000100 |
Color Harmonies of #CEFF5D
Complementary color
Monochromatic Colors of #CEFF5D
Black with #CEFF5D
Text Example
Text Example
White with #CEFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF5D; }
p { color: rgb(206,255,93); }
H1.HeaderClassName
{
color: #CEFF5D;
}
.AnyTagClassName
{
color: #CEFF5D;
}
</style>
background-color css
<style>
a { background-color: #CEFF5D; }
a { background-color: rgb(206,255,93); }
div.DivClassName
{
background-color: #CEFF5D;
}
.BgClassName
{
background-color: #CEFF5D;
}
</style>
border-color css
<style>
span { border-color: #CEFF5D; }
span { border-color: rgb(206,255,93); }
td.TdClassName
{
border-color: #CEFF5D;
}
.TagClassName
{
border-color: #CEFF5D;
}
</style>