Shades of Mindaro #CEED5D
Tints of Mindaro #CEED5D
RGB
CMYK
RGB Variations
Color information
#CEED5D (or 0xCEED5D) is known color: Mindaro. HEX triplet: CE, ED and 5D. RGB value is (206,237,93). Sum of RGB (Red+Green+Blue) = 206+237+93=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED5D is #3112A2. Grayscale: #D3D3D3. Windows color (decimal): -3216035 or 6155726. OLE color: 6155726.
HSL color Cylindrical-coordinate representation of color #CEED5D: hue angle of 72.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEED5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 93 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.07 |
| HSL | 72.92º | 0.8% | 0.65% | - |
| HSV(B) | 72.92º | 0.61% | 0.93% | - |
| XYZ | 57.71 | 74.48 | 21.69 | - |
| YUV | 211.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 93 | 0.13 | 0 | 0.61 | 0.07 | 72.92 | 0.8 | 0.65 |
| Hex | CE | ED | 5D | D | 0 | 3D | 7 | 49 | 50 | 41 |
| Octal | 316 | 355 | 135 | 15 | 0 | 75 | 7 | 111 | 120 | 101 |
| Binary | 11001110 | 11101101 | 1011101 | 1101 | 0 | 111101 | 111 | 1001001 | 1010000 | 1000001 |
Color Harmonies of #CEED5D
Complementary color
Monochromatic Colors of #CEED5D
Black with #CEED5D
Text Example
Text Example
White with #CEED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED5D; }
p { color: rgb(206,237,93); }
H1.HeaderClassName
{
color: #CEED5D;
}
.AnyTagClassName
{
color: #CEED5D;
}
</style>
background-color css
<style>
a { background-color: #CEED5D; }
a { background-color: rgb(206,237,93); }
div.DivClassName
{
background-color: #CEED5D;
}
.BgClassName
{
background-color: #CEED5D;
}
</style>
border-color css
<style>
span { border-color: #CEED5D; }
span { border-color: rgb(206,237,93); }
td.TdClassName
{
border-color: #CEED5D;
}
.TagClassName
{
border-color: #CEED5D;
}
</style>