Shades of Pear #CBEB2E
Tints of Pear #CBEB2E
RGB
CMYK
RGB Variations
Color information
#CBEB2E (or 0xCBEB2E) is known color: Pear. HEX triplet: CB, EB and 2E. RGB value is (203,235,46). Sum of RGB (Red+Green+Blue) = 203+235+46=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEB2E is #3414D1. Grayscale: #CCCCCC. Windows color (decimal): -3413202 or 3075019. OLE color: 3075019.
HSL color Cylindrical-coordinate representation of color #CBEB2E: hue angle of 70.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBEB2E is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 46 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.08 |
| HSL | 70.16º | 0.83% | 0.55% | - |
| HSV(B) | 70.16º | 0.8% | 0.92% | - |
| XYZ | 54.83 | 72.31 | 13.65 | - |
| YUV | 203.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 46 | 0.14 | 0 | 0.80 | 0.08 | 70.16 | 0.83 | 0.55 |
| Hex | CB | EB | 2E | E | 0 | 50 | 8 | 46 | 53 | 37 |
| Octal | 313 | 353 | 56 | 16 | 0 | 120 | 10 | 106 | 123 | 67 |
| Binary | 11001011 | 11101011 | 101110 | 1110 | 0 | 1010000 | 1000 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CBEB2E
Complementary color
Monochromatic Colors of #CBEB2E
Black with #CBEB2E
Text Example
Text Example
White with #CBEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB2E; }
p { color: rgb(203,235,46); }
H1.HeaderClassName
{
color: #CBEB2E;
}
.AnyTagClassName
{
color: #CBEB2E;
}
</style>
background-color css
<style>
a { background-color: #CBEB2E; }
a { background-color: rgb(203,235,46); }
div.DivClassName
{
background-color: #CBEB2E;
}
.BgClassName
{
background-color: #CBEB2E;
}
</style>
border-color css
<style>
span { border-color: #CBEB2E; }
span { border-color: rgb(203,235,46); }
td.TdClassName
{
border-color: #CBEB2E;
}
.TagClassName
{
border-color: #CBEB2E;
}
</style>