Shades of Pear #CBE935
Tints of Pear #CBE935
RGB
CMYK
RGB Variations
Color information
#CBE935 (or 0xCBE935) is known color: Pear. HEX triplet: CB, E9 and 35. RGB value is (203,233,53). Sum of RGB (Red+Green+Blue) = 203+233+53=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE935 is #3416CA. Grayscale: #CCCCCC. Windows color (decimal): -3413707 or 3533259. OLE color: 3533259.
HSL color Cylindrical-coordinate representation of color #CBE935: hue angle of 70º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBE935 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 53 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.09 |
| HSL | 70º | 0.8% | 0.56% | - |
| HSV(B) | 70º | 0.77% | 0.91% | - |
| XYZ | 54.41 | 71.23 | 14.25 | - |
| YUV | 203.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 53 | 0.13 | 0 | 0.77 | 0.09 | 70 | 0.8 | 0.56 |
| Hex | CB | E9 | 35 | D | 0 | 4D | 9 | 46 | 50 | 38 |
| Octal | 313 | 351 | 65 | 15 | 0 | 115 | 11 | 106 | 120 | 70 |
| Binary | 11001011 | 11101001 | 110101 | 1101 | 0 | 1001101 | 1001 | 1000110 | 1010000 | 111000 |
Color Harmonies of #CBE935
Complementary color
Monochromatic Colors of #CBE935
Black with #CBE935
Text Example
Text Example
White with #CBE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE935; }
p { color: rgb(203,233,53); }
H1.HeaderClassName
{
color: #CBE935;
}
.AnyTagClassName
{
color: #CBE935;
}
</style>
background-color css
<style>
a { background-color: #CBE935; }
a { background-color: rgb(203,233,53); }
div.DivClassName
{
background-color: #CBE935;
}
.BgClassName
{
background-color: #CBE935;
}
</style>
border-color css
<style>
span { border-color: #CBE935; }
span { border-color: rgb(203,233,53); }
td.TdClassName
{
border-color: #CBE935;
}
.TagClassName
{
border-color: #CBE935;
}
</style>