Shades of Mindaro #CBE465
Tints of Mindaro #CBE465
RGB
CMYK
RGB Variations
Color information
#CBE465 (or 0xCBE465) is known color: Mindaro. HEX triplet: CB, E4 and 65. RGB value is (203,228,101). Sum of RGB (Red+Green+Blue) = 203+228+101=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE465 is #341B9A. Grayscale: #CECECE. Windows color (decimal): -3414939 or 6677707. OLE color: 6677707.
HSL color Cylindrical-coordinate representation of color #CBE465: hue angle of 71.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE465 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 101 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.11 |
| HSL | 71.81º | 0.7% | 0.65% | - |
| HSV(B) | 71.81º | 0.56% | 0.89% | - |
| XYZ | 54.72 | 69.12 | 22.77 | - |
| YUV | 206.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 101 | 0.11 | 0 | 0.56 | 0.11 | 71.81 | 0.7 | 0.65 |
| Hex | CB | E4 | 65 | B | 0 | 38 | B | 48 | 46 | 41 |
| Octal | 313 | 344 | 145 | 13 | 0 | 70 | 13 | 110 | 106 | 101 |
| Binary | 11001011 | 11100100 | 1100101 | 1011 | 0 | 111000 | 1011 | 1001000 | 1000110 | 1000001 |
Color Harmonies of #CBE465
Complementary color
Monochromatic Colors of #CBE465
Black with #CBE465
Text Example
Text Example
White with #CBE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE465; }
p { color: rgb(203,228,101); }
H1.HeaderClassName
{
color: #CBE465;
}
.AnyTagClassName
{
color: #CBE465;
}
</style>
background-color css
<style>
a { background-color: #CBE465; }
a { background-color: rgb(203,228,101); }
div.DivClassName
{
background-color: #CBE465;
}
.BgClassName
{
background-color: #CBE465;
}
</style>
border-color css
<style>
span { border-color: #CBE465; }
span { border-color: rgb(203,228,101); }
td.TdClassName
{
border-color: #CBE465;
}
.TagClassName
{
border-color: #CBE465;
}
</style>