Shades of Mindaro #CEFD5D
Tints of Mindaro #CEFD5D
RGB
CMYK
RGB Variations
Color information
#CEFD5D (or 0xCEFD5D) is known color: Mindaro. HEX triplet: CE, FD and 5D. RGB value is (206,253,93). Sum of RGB (Red+Green+Blue) = 206+253+93=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD5D is #3102A2. Grayscale: #DDDDDD. Windows color (decimal): -3211939 or 6159822. OLE color: 6159822.
HSL color Cylindrical-coordinate representation of color #CEFD5D: hue angle of 77.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFD5D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 93 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.01 |
| HSL | 77.63º | 0.98% | 0.68% | - |
| HSV(B) | 77.63º | 0.63% | 0.99% | - |
| XYZ | 62.55 | 84.16 | 23.3 | - |
| YUV | 220.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 93 | 0.19 | 0 | 0.63 | 0.01 | 77.63 | 0.98 | 0.68 |
| Hex | CE | FD | 5D | 13 | 0 | 3F | 1 | 4E | 62 | 44 |
| Octal | 316 | 375 | 135 | 23 | 0 | 77 | 1 | 116 | 142 | 104 |
| Binary | 11001110 | 11111101 | 1011101 | 10011 | 0 | 111111 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CEFD5D
Complementary color
Monochromatic Colors of #CEFD5D
Black with #CEFD5D
Text Example
Text Example
White with #CEFD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD5D; }
p { color: rgb(206,253,93); }
H1.HeaderClassName
{
color: #CEFD5D;
}
.AnyTagClassName
{
color: #CEFD5D;
}
</style>
background-color css
<style>
a { background-color: #CEFD5D; }
a { background-color: rgb(206,253,93); }
div.DivClassName
{
background-color: #CEFD5D;
}
.BgClassName
{
background-color: #CEFD5D;
}
</style>
border-color css
<style>
span { border-color: #CEFD5D; }
span { border-color: rgb(206,253,93); }
td.TdClassName
{
border-color: #CEFD5D;
}
.TagClassName
{
border-color: #CEFD5D;
}
</style>