Shades of Mindaro #CEED5B
Tints of Mindaro #CEED5B
RGB
CMYK
RGB Variations
Color information
#CEED5B (or 0xCEED5B) is known color: Mindaro. HEX triplet: CE, ED and 5B. RGB value is (206,237,91). Sum of RGB (Red+Green+Blue) = 206+237+91=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED5B is #3112A4. Grayscale: #D3D3D3. Windows color (decimal): -3216037 or 6024654. OLE color: 6024654.
HSL color Cylindrical-coordinate representation of color #CEED5B: hue angle of 72.74º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEED5B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 91 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.74º | 0.8% | 0.64% | - |
| HSV(B) | 72.74º | 0.62% | 0.93% | - |
| XYZ | 57.63 | 74.45 | 21.23 | - |
| YUV | 211.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 91 | 0.13 | 0 | 0.62 | 0.07 | 72.74 | 0.8 | 0.64 |
| Hex | CE | ED | 5B | D | 0 | 3E | 7 | 49 | 50 | 40 |
| Octal | 316 | 355 | 133 | 15 | 0 | 76 | 7 | 111 | 120 | 100 |
| Binary | 11001110 | 11101101 | 1011011 | 1101 | 0 | 111110 | 111 | 1001001 | 1010000 | 1000000 |
Color Harmonies of #CEED5B
Complementary color
Monochromatic Colors of #CEED5B
Black with #CEED5B
Text Example
Text Example
White with #CEED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED5B; }
p { color: rgb(206,237,91); }
H1.HeaderClassName
{
color: #CEED5B;
}
.AnyTagClassName
{
color: #CEED5B;
}
</style>
background-color css
<style>
a { background-color: #CEED5B; }
a { background-color: rgb(206,237,91); }
div.DivClassName
{
background-color: #CEED5B;
}
.BgClassName
{
background-color: #CEED5B;
}
</style>
border-color css
<style>
span { border-color: #CEED5B; }
span { border-color: rgb(206,237,91); }
td.TdClassName
{
border-color: #CEED5B;
}
.TagClassName
{
border-color: #CEED5B;
}
</style>