Shades of Mindaro #CBED56
Tints of Mindaro #CBED56
RGB
CMYK
RGB Variations
Color information
#CBED56 (or 0xCBED56) is known color: Mindaro. HEX triplet: CB, ED and 56. RGB value is (203,237,86). Sum of RGB (Red+Green+Blue) = 203+237+86=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED56 is #3412A9. Grayscale: #D2D2D2. Windows color (decimal): -3412650 or 5696971. OLE color: 5696971.
HSL color Cylindrical-coordinate representation of color #CBED56: hue angle of 73.51º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBED56 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 86 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 73.51º | 0.81% | 0.63% | - |
| HSV(B) | 73.51º | 0.64% | 0.93% | - |
| XYZ | 56.59 | 73.94 | 20.09 | - |
| YUV | 209.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 86 | 0.14 | 0 | 0.64 | 0.07 | 73.51 | 0.81 | 0.63 |
| Hex | CB | ED | 56 | E | 0 | 40 | 7 | 4A | 51 | 3F |
| Octal | 313 | 355 | 126 | 16 | 0 | 100 | 7 | 112 | 121 | 77 |
| Binary | 11001011 | 11101101 | 1010110 | 1110 | 0 | 1000000 | 111 | 1001010 | 1010001 | 111111 |
Color Harmonies of #CBED56
Complementary color
Monochromatic Colors of #CBED56
Black with #CBED56
Text Example
Text Example
White with #CBED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED56; }
p { color: rgb(203,237,86); }
H1.HeaderClassName
{
color: #CBED56;
}
.AnyTagClassName
{
color: #CBED56;
}
</style>
background-color css
<style>
a { background-color: #CBED56; }
a { background-color: rgb(203,237,86); }
div.DivClassName
{
background-color: #CBED56;
}
.BgClassName
{
background-color: #CBED56;
}
</style>
border-color css
<style>
span { border-color: #CBED56; }
span { border-color: rgb(203,237,86); }
td.TdClassName
{
border-color: #CBED56;
}
.TagClassName
{
border-color: #CBED56;
}
</style>