Shades of Mindaro #CBED6C
Tints of Mindaro #CBED6C
RGB
CMYK
RGB Variations
Color information
#CBED6C (or 0xCBED6C) is known color: Mindaro. HEX triplet: CB, ED and 6C. RGB value is (203,237,108). Sum of RGB (Red+Green+Blue) = 203+237+108=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED6C is #341293. Grayscale: #D4D4D4. Windows color (decimal): -3412628 or 7138763. OLE color: 7138763.
HSL color Cylindrical-coordinate representation of color #CBED6C: hue angle of 75.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBED6C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 108 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.07 |
| HSL | 75.81º | 0.78% | 0.68% | - |
| HSV(B) | 75.81º | 0.54% | 0.93% | - |
| XYZ | 57.62 | 74.35 | 25.5 | - |
| YUV | 212.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 108 | 0.14 | 0 | 0.54 | 0.07 | 75.81 | 0.78 | 0.68 |
| Hex | CB | ED | 6C | E | 0 | 36 | 7 | 4C | 4E | 44 |
| Octal | 313 | 355 | 154 | 16 | 0 | 66 | 7 | 114 | 116 | 104 |
| Binary | 11001011 | 11101101 | 1101100 | 1110 | 0 | 110110 | 111 | 1001100 | 1001110 | 1000100 |
Color Harmonies of #CBED6C
Complementary color
Monochromatic Colors of #CBED6C
Black with #CBED6C
Text Example
Text Example
White with #CBED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED6C; }
p { color: rgb(203,237,108); }
H1.HeaderClassName
{
color: #CBED6C;
}
.AnyTagClassName
{
color: #CBED6C;
}
</style>
background-color css
<style>
a { background-color: #CBED6C; }
a { background-color: rgb(203,237,108); }
div.DivClassName
{
background-color: #CBED6C;
}
.BgClassName
{
background-color: #CBED6C;
}
</style>
border-color css
<style>
span { border-color: #CBED6C; }
span { border-color: rgb(203,237,108); }
td.TdClassName
{
border-color: #CBED6C;
}
.TagClassName
{
border-color: #CBED6C;
}
</style>