Shades of Pear #CBE735
Tints of Pear #CBE735
RGB
CMYK
RGB Variations
Color information
#CBE735 (or 0xCBE735) is known color: Pear. HEX triplet: CB, E7 and 35. RGB value is (203,231,53). Sum of RGB (Red+Green+Blue) = 203+231+53=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE735 is #3418CA. Grayscale: #CBCBCB. Windows color (decimal): -3414219 or 3532747. OLE color: 3532747.
HSL color Cylindrical-coordinate representation of color #CBE735: hue angle of 69.44º degrees, saturation: 0.79, 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 #CBE735 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 53 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.09 |
| HSL | 69.44º | 0.79% | 0.56% | - |
| HSV(B) | 69.44º | 0.77% | 0.91% | - |
| XYZ | 53.85 | 70.11 | 14.06 | - |
| YUV | 202.34 | 43.72 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 53 | 0.12 | 0 | 0.77 | 0.09 | 69.44 | 0.79 | 0.56 |
| Hex | CB | E7 | 35 | C | 0 | 4D | 9 | 45 | 4F | 38 |
| Octal | 313 | 347 | 65 | 14 | 0 | 115 | 11 | 105 | 117 | 70 |
| Binary | 11001011 | 11100111 | 110101 | 1100 | 0 | 1001101 | 1001 | 1000101 | 1001111 | 111000 |
Color Harmonies of #CBE735
Complementary color
Monochromatic Colors of #CBE735
Black with #CBE735
Text Example
Text Example
White with #CBE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE735; }
p { color: rgb(203,231,53); }
H1.HeaderClassName
{
color: #CBE735;
}
.AnyTagClassName
{
color: #CBE735;
}
</style>
background-color css
<style>
a { background-color: #CBE735; }
a { background-color: rgb(203,231,53); }
div.DivClassName
{
background-color: #CBE735;
}
.BgClassName
{
background-color: #CBE735;
}
</style>
border-color css
<style>
span { border-color: #CBE735; }
span { border-color: rgb(203,231,53); }
td.TdClassName
{
border-color: #CBE735;
}
.TagClassName
{
border-color: #CBE735;
}
</style>