Shades of Mindaro #CBEB64
Tints of Mindaro #CBEB64
RGB
CMYK
RGB Variations
Color information
#CBEB64 (or 0xCBEB64) is known color: Mindaro. HEX triplet: CB, EB and 64. RGB value is (203,235,100). Sum of RGB (Red+Green+Blue) = 203+235+100=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB64 is #34149B. Grayscale: #D2D2D2. Windows color (decimal): -3413148 or 6613963. OLE color: 6613963.
HSL color Cylindrical-coordinate representation of color #CBEB64: hue angle of 74.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBEB64 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 100 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.08 |
| HSL | 74.22º | 0.77% | 0.66% | - |
| HSV(B) | 74.22º | 0.57% | 0.92% | - |
| XYZ | 56.64 | 73.03 | 23.17 | - |
| YUV | 210.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 100 | 0.14 | 0 | 0.57 | 0.08 | 74.22 | 0.77 | 0.66 |
| Hex | CB | EB | 64 | E | 0 | 39 | 8 | 4A | 4D | 42 |
| Octal | 313 | 353 | 144 | 16 | 0 | 71 | 10 | 112 | 115 | 102 |
| Binary | 11001011 | 11101011 | 1100100 | 1110 | 0 | 111001 | 1000 | 1001010 | 1001101 | 1000010 |
Color Harmonies of #CBEB64
Complementary color
Monochromatic Colors of #CBEB64
Black with #CBEB64
Text Example
Text Example
White with #CBEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB64; }
p { color: rgb(203,235,100); }
H1.HeaderClassName
{
color: #CBEB64;
}
.AnyTagClassName
{
color: #CBEB64;
}
</style>
background-color css
<style>
a { background-color: #CBEB64; }
a { background-color: rgb(203,235,100); }
div.DivClassName
{
background-color: #CBEB64;
}
.BgClassName
{
background-color: #CBEB64;
}
</style>
border-color css
<style>
span { border-color: #CBEB64; }
span { border-color: rgb(203,235,100); }
td.TdClassName
{
border-color: #CBEB64;
}
.TagClassName
{
border-color: #CBEB64;
}
</style>