Shades of Mindaro #CEED54
Tints of Mindaro #CEED54
RGB
CMYK
RGB Variations
Color information
#CEED54 (or 0xCEED54) is known color: Mindaro. HEX triplet: CE, ED and 54. RGB value is (206,237,84). Sum of RGB (Red+Green+Blue) = 206+237+84=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED54 is #3112AB. Grayscale: #D2D2D2. Windows color (decimal): -3216044 or 5565902. OLE color: 5565902.
HSL color Cylindrical-coordinate representation of color #CEED54: hue angle of 72.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEED54 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 84 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.07 |
| HSL | 72.16º | 0.81% | 0.63% | - |
| HSV(B) | 72.16º | 0.65% | 0.93% | - |
| XYZ | 57.34 | 74.33 | 19.71 | - |
| YUV | 210.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 84 | 0.13 | 0 | 0.65 | 0.07 | 72.16 | 0.81 | 0.63 |
| Hex | CE | ED | 54 | D | 0 | 41 | 7 | 48 | 51 | 3F |
| Octal | 316 | 355 | 124 | 15 | 0 | 101 | 7 | 110 | 121 | 77 |
| Binary | 11001110 | 11101101 | 1010100 | 1101 | 0 | 1000001 | 111 | 1001000 | 1010001 | 111111 |
Color Harmonies of #CEED54
Complementary color
Monochromatic Colors of #CEED54
Black with #CEED54
Text Example
Text Example
White with #CEED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED54; }
p { color: rgb(206,237,84); }
H1.HeaderClassName
{
color: #CEED54;
}
.AnyTagClassName
{
color: #CEED54;
}
</style>
background-color css
<style>
a { background-color: #CEED54; }
a { background-color: rgb(206,237,84); }
div.DivClassName
{
background-color: #CEED54;
}
.BgClassName
{
background-color: #CEED54;
}
</style>
border-color css
<style>
span { border-color: #CEED54; }
span { border-color: rgb(206,237,84); }
td.TdClassName
{
border-color: #CEED54;
}
.TagClassName
{
border-color: #CEED54;
}
</style>