Shades of Pear #CBE032
Tints of Pear #CBE032
RGB
CMYK
RGB Variations
Color information
#CBE032 (or 0xCBE032) is known color: Pear. HEX triplet: CB, E0 and 32. RGB value is (203,224,50). Sum of RGB (Red+Green+Blue) = 203+224+50=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE032 is #341FCD. Grayscale: #C6C6C6. Windows color (decimal): -3416014 or 3334347. OLE color: 3334347.
HSL color Cylindrical-coordinate representation of color #CBE032: hue angle of 67.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBE032 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 50 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.12 |
| HSL | 67.24º | 0.74% | 0.54% | - |
| HSV(B) | 67.24º | 0.78% | 0.88% | - |
| XYZ | 51.86 | 66.24 | 13.07 | - |
| YUV | 197.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 50 | 0.09 | 0 | 0.78 | 0.12 | 67.24 | 0.74 | 0.54 |
| Hex | CB | E0 | 32 | 9 | 0 | 4E | C | 43 | 4A | 36 |
| Octal | 313 | 340 | 62 | 11 | 0 | 116 | 14 | 103 | 112 | 66 |
| Binary | 11001011 | 11100000 | 110010 | 1001 | 0 | 1001110 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CBE032
Complementary color
Monochromatic Colors of #CBE032
Black with #CBE032
Text Example
Text Example
White with #CBE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE032; }
p { color: rgb(203,224,50); }
H1.HeaderClassName
{
color: #CBE032;
}
.AnyTagClassName
{
color: #CBE032;
}
</style>
background-color css
<style>
a { background-color: #CBE032; }
a { background-color: rgb(203,224,50); }
div.DivClassName
{
background-color: #CBE032;
}
.BgClassName
{
background-color: #CBE032;
}
</style>
border-color css
<style>
span { border-color: #CBE032; }
span { border-color: rgb(203,224,50); }
td.TdClassName
{
border-color: #CBE032;
}
.TagClassName
{
border-color: #CBE032;
}
</style>