Shades of Pear #CBE321
Tints of Pear #CBE321
RGB
CMYK
RGB Variations
Color information
#CBE321 (or 0xCBE321) is known color: Pear. HEX triplet: CB, E3 and 21. RGB value is (203,227,33). Sum of RGB (Red+Green+Blue) = 203+227+33=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE321 is #341CDE. Grayscale: #C6C6C6. Windows color (decimal): -3415263 or 2221003. OLE color: 2221003.
HSL color Cylindrical-coordinate representation of color #CBE321: hue angle of 67.42º 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 #CBE321 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 33 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.42º | 0.78% | 0.51% | - |
| HSV(B) | 67.42º | 0.85% | 0.89% | - |
| XYZ | 52.37 | 67.74 | 11.75 | - |
| YUV | 197.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 33 | 0.11 | 0 | 0.85 | 0.11 | 67.42 | 0.78 | 0.51 |
| Hex | CB | E3 | 21 | B | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 313 | 343 | 41 | 13 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001011 | 11100011 | 100001 | 1011 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CBE321
Complementary color
Monochromatic Colors of #CBE321
Black with #CBE321
Text Example
Text Example
White with #CBE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE321; }
p { color: rgb(203,227,33); }
H1.HeaderClassName
{
color: #CBE321;
}
.AnyTagClassName
{
color: #CBE321;
}
</style>
background-color css
<style>
a { background-color: #CBE321; }
a { background-color: rgb(203,227,33); }
div.DivClassName
{
background-color: #CBE321;
}
.BgClassName
{
background-color: #CBE321;
}
</style>
border-color css
<style>
span { border-color: #CBE321; }
span { border-color: rgb(203,227,33); }
td.TdClassName
{
border-color: #CBE321;
}
.TagClassName
{
border-color: #CBE321;
}
</style>