Shades of Mindaro #CEFD58
Tints of Mindaro #CEFD58
RGB
CMYK
RGB Variations
Color information
#CEFD58 (or 0xCEFD58) is known color: Mindaro. HEX triplet: CE, FD and 58. RGB value is (206,253,88). Sum of RGB (Red+Green+Blue) = 206+253+88=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 88 (34.77% from 255 or 16.09% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD58 is #3102A7. Grayscale: #DCDCDC. Windows color (decimal): -3211944 or 5832142. OLE color: 5832142.
HSL color Cylindrical-coordinate representation of color #CEFD58: hue angle of 77.09º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEFD58 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 88 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.01 |
| HSL | 77.09º | 0.98% | 0.67% | - |
| HSV(B) | 77.09º | 0.65% | 0.99% | - |
| XYZ | 62.34 | 84.08 | 22.18 | - |
| YUV | 220.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 88 | 0.19 | 0 | 0.65 | 0.01 | 77.09 | 0.98 | 0.67 |
| Hex | CE | FD | 58 | 13 | 0 | 41 | 1 | 4D | 62 | 43 |
| Octal | 316 | 375 | 130 | 23 | 0 | 101 | 1 | 115 | 142 | 103 |
| Binary | 11001110 | 11111101 | 1011000 | 10011 | 0 | 1000001 | 1 | 1001101 | 1100010 | 1000011 |
Color Harmonies of #CEFD58
Complementary color
Monochromatic Colors of #CEFD58
Black with #CEFD58
Text Example
Text Example
White with #CEFD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD58; }
p { color: rgb(206,253,88); }
H1.HeaderClassName
{
color: #CEFD58;
}
.AnyTagClassName
{
color: #CEFD58;
}
</style>
background-color css
<style>
a { background-color: #CEFD58; }
a { background-color: rgb(206,253,88); }
div.DivClassName
{
background-color: #CEFD58;
}
.BgClassName
{
background-color: #CEFD58;
}
</style>
border-color css
<style>
span { border-color: #CEFD58; }
span { border-color: rgb(206,253,88); }
td.TdClassName
{
border-color: #CEFD58;
}
.TagClassName
{
border-color: #CEFD58;
}
</style>