Shades of Pear #CBE32E
Tints of Pear #CBE32E
RGB
CMYK
RGB Variations
Color information
#CBE32E (or 0xCBE32E) is known color: Pear. HEX triplet: CB, E3 and 2E. RGB value is (203,227,46). Sum of RGB (Red+Green+Blue) = 203+227+46=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE32E is #341CD1. Grayscale: #C7C7C7. Windows color (decimal): -3415250 or 3072971. OLE color: 3072971.
HSL color Cylindrical-coordinate representation of color #CBE32E: hue angle of 67.96º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBE32E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.11 |
| HSL | 67.96º | 0.76% | 0.54% | - |
| HSV(B) | 67.96º | 0.8% | 0.89% | - |
| XYZ | 52.59 | 67.83 | 12.91 | - |
| YUV | 199.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 46 | 0.11 | 0 | 0.80 | 0.11 | 67.96 | 0.76 | 0.54 |
| Hex | CB | E3 | 2E | B | 0 | 50 | B | 44 | 4C | 36 |
| Octal | 313 | 343 | 56 | 13 | 0 | 120 | 13 | 104 | 114 | 66 |
| Binary | 11001011 | 11100011 | 101110 | 1011 | 0 | 1010000 | 1011 | 1000100 | 1001100 | 110110 |
Color Harmonies of #CBE32E
Complementary color
Monochromatic Colors of #CBE32E
Black with #CBE32E
Text Example
Text Example
White with #CBE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE32E; }
p { color: rgb(203,227,46); }
H1.HeaderClassName
{
color: #CBE32E;
}
.AnyTagClassName
{
color: #CBE32E;
}
</style>
background-color css
<style>
a { background-color: #CBE32E; }
a { background-color: rgb(203,227,46); }
div.DivClassName
{
background-color: #CBE32E;
}
.BgClassName
{
background-color: #CBE32E;
}
</style>
border-color css
<style>
span { border-color: #CBE32E; }
span { border-color: rgb(203,227,46); }
td.TdClassName
{
border-color: #CBE32E;
}
.TagClassName
{
border-color: #CBE32E;
}
</style>