Shades of Mindaro #CBEA6B
Tints of Mindaro #CBEA6B
RGB
CMYK
RGB Variations
Color information
#CBEA6B (or 0xCBEA6B) is known color: Mindaro. HEX triplet: CB, EA and 6B. RGB value is (203,234,107). Sum of RGB (Red+Green+Blue) = 203+234+107=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA6B is #341594. Grayscale: #D2D2D2. Windows color (decimal): -3413397 or 7072459. OLE color: 7072459.
HSL color Cylindrical-coordinate representation of color #CBEA6B: hue angle of 74.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBEA6B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 107 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.08 |
| HSL | 74.65º | 0.75% | 0.67% | - |
| HSV(B) | 74.65º | 0.54% | 0.92% | - |
| XYZ | 56.71 | 72.6 | 24.94 | - |
| YUV | 210.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 107 | 0.13 | 0 | 0.54 | 0.08 | 74.65 | 0.75 | 0.67 |
| Hex | CB | EA | 6B | D | 0 | 36 | 8 | 4B | 4B | 43 |
| Octal | 313 | 352 | 153 | 15 | 0 | 66 | 10 | 113 | 113 | 103 |
| Binary | 11001011 | 11101010 | 1101011 | 1101 | 0 | 110110 | 1000 | 1001011 | 1001011 | 1000011 |
Color Harmonies of #CBEA6B
Complementary color
Monochromatic Colors of #CBEA6B
Black with #CBEA6B
Text Example
Text Example
White with #CBEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA6B; }
p { color: rgb(203,234,107); }
H1.HeaderClassName
{
color: #CBEA6B;
}
.AnyTagClassName
{
color: #CBEA6B;
}
</style>
background-color css
<style>
a { background-color: #CBEA6B; }
a { background-color: rgb(203,234,107); }
div.DivClassName
{
background-color: #CBEA6B;
}
.BgClassName
{
background-color: #CBEA6B;
}
</style>
border-color css
<style>
span { border-color: #CBEA6B; }
span { border-color: rgb(203,234,107); }
td.TdClassName
{
border-color: #CBEA6B;
}
.TagClassName
{
border-color: #CBEA6B;
}
</style>