Shades of Pear #CBE322
Tints of Pear #CBE322
RGB
CMYK
RGB Variations
Color information
#CBE322 (or 0xCBE322) is known color: Pear. HEX triplet: CB, E3 and 22. RGB value is (203,227,34). Sum of RGB (Red+Green+Blue) = 203+227+34=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE322 is #341CDD. Grayscale: #C6C6C6. Windows color (decimal): -3415262 or 2286539. OLE color: 2286539.
HSL color Cylindrical-coordinate representation of color #CBE322: hue angle of 67.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBE322 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.46º | 0.78% | 0.51% | - |
| HSV(B) | 67.46º | 0.85% | 0.89% | - |
| XYZ | 52.39 | 67.75 | 11.83 | - |
| YUV | 197.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 34 | 0.11 | 0 | 0.85 | 0.11 | 67.46 | 0.78 | 0.51 |
| Hex | CB | E3 | 22 | B | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 313 | 343 | 42 | 13 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001011 | 11100011 | 100010 | 1011 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CBE322
Complementary color
Monochromatic Colors of #CBE322
Black with #CBE322
Text Example
Text Example
White with #CBE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE322; }
p { color: rgb(203,227,34); }
H1.HeaderClassName
{
color: #CBE322;
}
.AnyTagClassName
{
color: #CBE322;
}
</style>
background-color css
<style>
a { background-color: #CBE322; }
a { background-color: rgb(203,227,34); }
div.DivClassName
{
background-color: #CBE322;
}
.BgClassName
{
background-color: #CBE322;
}
</style>
border-color css
<style>
span { border-color: #CBE322; }
span { border-color: rgb(203,227,34); }
td.TdClassName
{
border-color: #CBE322;
}
.TagClassName
{
border-color: #CBE322;
}
</style>