Shades of Pear #CBE135
Tints of Pear #CBE135
RGB
CMYK
RGB Variations
Color information
#CBE135 (or 0xCBE135) is known color: Pear. HEX triplet: CB, E1 and 35. RGB value is (203,225,53). Sum of RGB (Red+Green+Blue) = 203+225+53=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE135 is #341ECA. Grayscale: #C7C7C7. Windows color (decimal): -3415755 or 3531211. OLE color: 3531211.
HSL color Cylindrical-coordinate representation of color #CBE135: hue angle of 67.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBE135 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 53 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.12 |
| HSL | 67.67º | 0.74% | 0.55% | - |
| HSV(B) | 67.67º | 0.76% | 0.88% | - |
| XYZ | 52.2 | 66.8 | 13.51 | - |
| YUV | 198.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 53 | 0.10 | 0 | 0.76 | 0.12 | 67.67 | 0.74 | 0.55 |
| Hex | CB | E1 | 35 | A | 0 | 4C | C | 44 | 4A | 37 |
| Octal | 313 | 341 | 65 | 12 | 0 | 114 | 14 | 104 | 112 | 67 |
| Binary | 11001011 | 11100001 | 110101 | 1010 | 0 | 1001100 | 1100 | 1000100 | 1001010 | 110111 |
Color Harmonies of #CBE135
Complementary color
Monochromatic Colors of #CBE135
Black with #CBE135
Text Example
Text Example
White with #CBE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE135; }
p { color: rgb(203,225,53); }
H1.HeaderClassName
{
color: #CBE135;
}
.AnyTagClassName
{
color: #CBE135;
}
</style>
background-color css
<style>
a { background-color: #CBE135; }
a { background-color: rgb(203,225,53); }
div.DivClassName
{
background-color: #CBE135;
}
.BgClassName
{
background-color: #CBE135;
}
</style>
border-color css
<style>
span { border-color: #CBE135; }
span { border-color: rgb(203,225,53); }
td.TdClassName
{
border-color: #CBE135;
}
.TagClassName
{
border-color: #CBE135;
}
</style>