Shades of Pear #CBE931
Tints of Pear #CBE931
RGB
CMYK
RGB Variations
Color information
#CBE931 (or 0xCBE931) is known color: Pear. HEX triplet: CB, E9 and 31. RGB value is (203,233,49). Sum of RGB (Red+Green+Blue) = 203+233+49=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE931 is #3416CE. Grayscale: #CBCBCB. Windows color (decimal): -3413711 or 3271115. OLE color: 3271115.
HSL color Cylindrical-coordinate representation of color #CBE931: hue angle of 69.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBE931 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 49 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.09 |
| HSL | 69.78º | 0.81% | 0.55% | - |
| HSV(B) | 69.78º | 0.79% | 0.91% | - |
| XYZ | 54.32 | 71.2 | 13.78 | - |
| YUV | 203.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 49 | 0.13 | 0 | 0.79 | 0.09 | 69.78 | 0.81 | 0.55 |
| Hex | CB | E9 | 31 | D | 0 | 4F | 9 | 46 | 51 | 37 |
| Octal | 313 | 351 | 61 | 15 | 0 | 117 | 11 | 106 | 121 | 67 |
| Binary | 11001011 | 11101001 | 110001 | 1101 | 0 | 1001111 | 1001 | 1000110 | 1010001 | 110111 |
Color Harmonies of #CBE931
Complementary color
Monochromatic Colors of #CBE931
Black with #CBE931
Text Example
Text Example
White with #CBE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE931; }
p { color: rgb(203,233,49); }
H1.HeaderClassName
{
color: #CBE931;
}
.AnyTagClassName
{
color: #CBE931;
}
</style>
background-color css
<style>
a { background-color: #CBE931; }
a { background-color: rgb(203,233,49); }
div.DivClassName
{
background-color: #CBE931;
}
.BgClassName
{
background-color: #CBE931;
}
</style>
border-color css
<style>
span { border-color: #CBE931; }
span { border-color: rgb(203,233,49); }
td.TdClassName
{
border-color: #CBE931;
}
.TagClassName
{
border-color: #CBE931;
}
</style>