Shades of Pear #CBE52E
Tints of Pear #CBE52E
RGB
CMYK
RGB Variations
Color information
#CBE52E (or 0xCBE52E) is known color: Pear. HEX triplet: CB, E5 and 2E. RGB value is (203,229,46). Sum of RGB (Red+Green+Blue) = 203+229+46=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE52E is #341AD1. Grayscale: #C9C9C9. Windows color (decimal): -3414738 or 3073483. OLE color: 3073483.
HSL color Cylindrical-coordinate representation of color #CBE52E: hue angle of 68.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBE52E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.10 |
| HSL | 68.52º | 0.78% | 0.54% | - |
| HSV(B) | 68.52º | 0.8% | 0.9% | - |
| XYZ | 53.14 | 68.93 | 13.09 | - |
| YUV | 200.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 46 | 0.11 | 0 | 0.80 | 0.10 | 68.52 | 0.78 | 0.54 |
| Hex | CB | E5 | 2E | B | 0 | 50 | A | 45 | 4E | 36 |
| Octal | 313 | 345 | 56 | 13 | 0 | 120 | 12 | 105 | 116 | 66 |
| Binary | 11001011 | 11100101 | 101110 | 1011 | 0 | 1010000 | 1010 | 1000101 | 1001110 | 110110 |
Color Harmonies of #CBE52E
Complementary color
Monochromatic Colors of #CBE52E
Black with #CBE52E
Text Example
Text Example
White with #CBE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE52E; }
p { color: rgb(203,229,46); }
H1.HeaderClassName
{
color: #CBE52E;
}
.AnyTagClassName
{
color: #CBE52E;
}
</style>
background-color css
<style>
a { background-color: #CBE52E; }
a { background-color: rgb(203,229,46); }
div.DivClassName
{
background-color: #CBE52E;
}
.BgClassName
{
background-color: #CBE52E;
}
</style>
border-color css
<style>
span { border-color: #CBE52E; }
span { border-color: rgb(203,229,46); }
td.TdClassName
{
border-color: #CBE52E;
}
.TagClassName
{
border-color: #CBE52E;
}
</style>