Shades of Pear #CBE335
Tints of Pear #CBE335
RGB
CMYK
RGB Variations
Color information
#CBE335 (or 0xCBE335) is known color: Pear. HEX triplet: CB, E3 and 35. RGB value is (203,227,53). Sum of RGB (Red+Green+Blue) = 203+227+53=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE335 is #341CCA. Grayscale: #C8C8C8. Windows color (decimal): -3415243 or 3531723. OLE color: 3531723.
HSL color Cylindrical-coordinate representation of color #CBE335: hue angle of 68.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBE335 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 53 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.11 |
| HSL | 68.28º | 0.76% | 0.55% | - |
| HSV(B) | 68.28º | 0.77% | 0.89% | - |
| XYZ | 52.74 | 67.89 | 13.69 | - |
| YUV | 199.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 53 | 0.11 | 0 | 0.77 | 0.11 | 68.28 | 0.76 | 0.55 |
| Hex | CB | E3 | 35 | B | 0 | 4D | B | 44 | 4C | 37 |
| Octal | 313 | 343 | 65 | 13 | 0 | 115 | 13 | 104 | 114 | 67 |
| Binary | 11001011 | 11100011 | 110101 | 1011 | 0 | 1001101 | 1011 | 1000100 | 1001100 | 110111 |
Color Harmonies of #CBE335
Complementary color
Monochromatic Colors of #CBE335
Black with #CBE335
Text Example
Text Example
White with #CBE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE335; }
p { color: rgb(203,227,53); }
H1.HeaderClassName
{
color: #CBE335;
}
.AnyTagClassName
{
color: #CBE335;
}
</style>
background-color css
<style>
a { background-color: #CBE335; }
a { background-color: rgb(203,227,53); }
div.DivClassName
{
background-color: #CBE335;
}
.BgClassName
{
background-color: #CBE335;
}
</style>
border-color css
<style>
span { border-color: #CBE335; }
span { border-color: rgb(203,227,53); }
td.TdClassName
{
border-color: #CBE335;
}
.TagClassName
{
border-color: #CBE335;
}
</style>