Shades of Pear #CBE123
Tints of Pear #CBE123
RGB
CMYK
RGB Variations
Color information
#CBE123 (or 0xCBE123) is known color: Pear. HEX triplet: CB, E1 and 23. RGB value is (203,225,35). Sum of RGB (Red+Green+Blue) = 203+225+35=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE123 is #341EDC. Grayscale: #C5C5C5. Windows color (decimal): -3415773 or 2351563. OLE color: 2351563.
HSL color Cylindrical-coordinate representation of color #CBE123: hue angle of 66.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBE123 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 35 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.12 |
| HSL | 66.95º | 0.76% | 0.51% | - |
| HSV(B) | 66.95º | 0.84% | 0.88% | - |
| XYZ | 51.86 | 66.67 | 11.73 | - |
| YUV | 196.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 35 | 0.10 | 0 | 0.84 | 0.12 | 66.95 | 0.76 | 0.51 |
| Hex | CB | E1 | 23 | A | 0 | 54 | C | 43 | 4C | 33 |
| Octal | 313 | 341 | 43 | 12 | 0 | 124 | 14 | 103 | 114 | 63 |
| Binary | 11001011 | 11100001 | 100011 | 1010 | 0 | 1010100 | 1100 | 1000011 | 1001100 | 110011 |
Color Harmonies of #CBE123
Complementary color
Monochromatic Colors of #CBE123
Black with #CBE123
Text Example
Text Example
White with #CBE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE123; }
p { color: rgb(203,225,35); }
H1.HeaderClassName
{
color: #CBE123;
}
.AnyTagClassName
{
color: #CBE123;
}
</style>
background-color css
<style>
a { background-color: #CBE123; }
a { background-color: rgb(203,225,35); }
div.DivClassName
{
background-color: #CBE123;
}
.BgClassName
{
background-color: #CBE123;
}
</style>
border-color css
<style>
span { border-color: #CBE123; }
span { border-color: rgb(203,225,35); }
td.TdClassName
{
border-color: #CBE123;
}
.TagClassName
{
border-color: #CBE123;
}
</style>