Shades of Mindaro #CEED5A
Tints of Mindaro #CEED5A
RGB
CMYK
RGB Variations
Color information
#CEED5A (or 0xCEED5A) is known color: Mindaro. HEX triplet: CE, ED and 5A. RGB value is (206,237,90). Sum of RGB (Red+Green+Blue) = 206+237+90=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED5A is #3112A5. Grayscale: #D3D3D3. Windows color (decimal): -3216038 or 5959118. OLE color: 5959118.
HSL color Cylindrical-coordinate representation of color #CEED5A: hue angle of 72.65º 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 #CEED5A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 90 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.65º | 0.8% | 0.64% | - |
| HSV(B) | 72.65º | 0.62% | 0.93% | - |
| XYZ | 57.58 | 74.43 | 21 | - |
| YUV | 210.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 90 | 0.13 | 0 | 0.62 | 0.07 | 72.65 | 0.8 | 0.64 |
| Hex | CE | ED | 5A | D | 0 | 3E | 7 | 49 | 50 | 40 |
| Octal | 316 | 355 | 132 | 15 | 0 | 76 | 7 | 111 | 120 | 100 |
| Binary | 11001110 | 11101101 | 1011010 | 1101 | 0 | 111110 | 111 | 1001001 | 1010000 | 1000000 |
Color Harmonies of #CEED5A
Complementary color
Monochromatic Colors of #CEED5A
Black with #CEED5A
Text Example
Text Example
White with #CEED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED5A; }
p { color: rgb(206,237,90); }
H1.HeaderClassName
{
color: #CEED5A;
}
.AnyTagClassName
{
color: #CEED5A;
}
</style>
background-color css
<style>
a { background-color: #CEED5A; }
a { background-color: rgb(206,237,90); }
div.DivClassName
{
background-color: #CEED5A;
}
.BgClassName
{
background-color: #CEED5A;
}
</style>
border-color css
<style>
span { border-color: #CEED5A; }
span { border-color: rgb(206,237,90); }
td.TdClassName
{
border-color: #CEED5A;
}
.TagClassName
{
border-color: #CEED5A;
}
</style>