Shades of Mindaro #CEFD5B
Tints of Mindaro #CEFD5B
RGB
CMYK
RGB Variations
Color information
#CEFD5B (or 0xCEFD5B) is known color: Mindaro. HEX triplet: CE, FD and 5B. RGB value is (206,253,91). Sum of RGB (Red+Green+Blue) = 206+253+91=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD5B is #3102A4. Grayscale: #DDDDDD. Windows color (decimal): -3211941 or 6028750. OLE color: 6028750.
HSL color Cylindrical-coordinate representation of color #CEFD5B: hue angle of 77.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEFD5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 77.41º | 0.98% | 0.67% | - |
| HSV(B) | 77.41º | 0.64% | 0.99% | - |
| XYZ | 62.47 | 84.13 | 22.84 | - |
| YUV | 220.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 91 | 0.19 | 0 | 0.64 | 0.01 | 77.41 | 0.98 | 0.67 |
| Hex | CE | FD | 5B | 13 | 0 | 40 | 1 | 4D | 62 | 43 |
| Octal | 316 | 375 | 133 | 23 | 0 | 100 | 1 | 115 | 142 | 103 |
| Binary | 11001110 | 11111101 | 1011011 | 10011 | 0 | 1000000 | 1 | 1001101 | 1100010 | 1000011 |
Color Harmonies of #CEFD5B
Complementary color
Monochromatic Colors of #CEFD5B
Black with #CEFD5B
Text Example
Text Example
White with #CEFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD5B; }
p { color: rgb(206,253,91); }
H1.HeaderClassName
{
color: #CEFD5B;
}
.AnyTagClassName
{
color: #CEFD5B;
}
</style>
background-color css
<style>
a { background-color: #CEFD5B; }
a { background-color: rgb(206,253,91); }
div.DivClassName
{
background-color: #CEFD5B;
}
.BgClassName
{
background-color: #CEFD5B;
}
</style>
border-color css
<style>
span { border-color: #CEFD5B; }
span { border-color: rgb(206,253,91); }
td.TdClassName
{
border-color: #CEFD5B;
}
.TagClassName
{
border-color: #CEFD5B;
}
</style>