Shades of Mindaro #CBE66B
Tints of Mindaro #CBE66B
RGB
CMYK
RGB Variations
Color information
#CBE66B (or 0xCBE66B) is known color: Mindaro. HEX triplet: CB, E6 and 6B. RGB value is (203,230,107). Sum of RGB (Red+Green+Blue) = 203+230+107=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE66B is #341994. Grayscale: #D0D0D0. Windows color (decimal): -3414421 or 7071435. OLE color: 7071435.
HSL color Cylindrical-coordinate representation of color #CBE66B: hue angle of 73.17º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE66B is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 107 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.17º | 0.71% | 0.66% | - |
| HSV(B) | 73.17º | 0.53% | 0.9% | - |
| XYZ | 55.58 | 70.35 | 24.56 | - |
| YUV | 207.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 107 | 0.12 | 0 | 0.53 | 0.10 | 73.17 | 0.71 | 0.66 |
| Hex | CB | E6 | 6B | C | 0 | 35 | A | 49 | 47 | 42 |
| Octal | 313 | 346 | 153 | 14 | 0 | 65 | 12 | 111 | 107 | 102 |
| Binary | 11001011 | 11100110 | 1101011 | 1100 | 0 | 110101 | 1010 | 1001001 | 1000111 | 1000010 |
Color Harmonies of #CBE66B
Complementary color
Monochromatic Colors of #CBE66B
Black with #CBE66B
Text Example
Text Example
White with #CBE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE66B; }
p { color: rgb(203,230,107); }
H1.HeaderClassName
{
color: #CBE66B;
}
.AnyTagClassName
{
color: #CBE66B;
}
</style>
background-color css
<style>
a { background-color: #CBE66B; }
a { background-color: rgb(203,230,107); }
div.DivClassName
{
background-color: #CBE66B;
}
.BgClassName
{
background-color: #CBE66B;
}
</style>
border-color css
<style>
span { border-color: #CBE66B; }
span { border-color: rgb(203,230,107); }
td.TdClassName
{
border-color: #CBE66B;
}
.TagClassName
{
border-color: #CBE66B;
}
</style>