Shades of Mindaro #CEFD5E
Tints of Mindaro #CEFD5E
RGB
CMYK
RGB Variations
Color information
#CEFD5E (or 0xCEFD5E) is known color: Mindaro. HEX triplet: CE, FD and 5E. RGB value is (206,253,94). Sum of RGB (Red+Green+Blue) = 206+253+94=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD5E is #3102A1. Grayscale: #DDDDDD. Windows color (decimal): -3211938 or 6225358. OLE color: 6225358.
HSL color Cylindrical-coordinate representation of color #CEFD5E: hue angle of 77.74º 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 #CEFD5E is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 94 | - |
CMYK | 0.19 | 0 | 0.63 | 0.01 |
HSL | 77.74º | 0.98% | 0.68% | - |
HSV(B) | 77.74º | 0.63% | 0.99% | - |
XYZ | 62.6 | 84.18 | 23.54 | - |
YUV | 220.82 | 56.43 | 117.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 94 | 0.19 | 0 | 0.63 | 0.01 | 77.74 | 0.98 | 0.68 |
Hex | CE | FD | 5E | 13 | 0 | 3F | 1 | 4E | 62 | 44 |
Octal | 316 | 375 | 136 | 23 | 0 | 77 | 1 | 116 | 142 | 104 |
Binary | 11001110 | 11111101 | 1011110 | 10011 | 0 | 111111 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CEFD5E
Complementary color
Monochromatic Colors of #CEFD5E
Black with #CEFD5E
Text Example
Text Example
White with #CEFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD5E; }
p { color: rgb(206,253,94); }
H1.HeaderClassName
{
color: #CEFD5E;
}
.AnyTagClassName
{
color: #CEFD5E;
}
</style>
background-color css
<style>
a { background-color: #CEFD5E; }
a { background-color: rgb(206,253,94); }
div.DivClassName
{
background-color: #CEFD5E;
}
.BgClassName
{
background-color: #CEFD5E;
}
</style>
border-color css
<style>
span { border-color: #CEFD5E; }
span { border-color: rgb(206,253,94); }
td.TdClassName
{
border-color: #CEFD5E;
}
.TagClassName
{
border-color: #CEFD5E;
}
</style>