Shades of Pear #CBE132
Tints of Pear #CBE132
RGB
CMYK
RGB Variations
Color information
#CBE132 (or 0xCBE132) is known color: Pear. HEX triplet: CB, E1 and 32. RGB value is (203,225,50). Sum of RGB (Red+Green+Blue) = 203+225+50=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE132 is #341ECD. Grayscale: #C7C7C7. Windows color (decimal): -3415758 or 3334603. OLE color: 3334603.
HSL color Cylindrical-coordinate representation of color #CBE132: hue angle of 67.54º 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 #CBE132 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 50 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.12 |
| HSL | 67.54º | 0.74% | 0.54% | - |
| HSV(B) | 67.54º | 0.78% | 0.88% | - |
| XYZ | 52.13 | 66.78 | 13.16 | - |
| YUV | 198.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 50 | 0.10 | 0 | 0.78 | 0.12 | 67.54 | 0.74 | 0.54 |
| Hex | CB | E1 | 32 | A | 0 | 4E | C | 44 | 4A | 36 |
| Octal | 313 | 341 | 62 | 12 | 0 | 116 | 14 | 104 | 112 | 66 |
| Binary | 11001011 | 11100001 | 110010 | 1010 | 0 | 1001110 | 1100 | 1000100 | 1001010 | 110110 |
Color Harmonies of #CBE132
Complementary color
Monochromatic Colors of #CBE132
Black with #CBE132
Text Example
Text Example
White with #CBE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE132; }
p { color: rgb(203,225,50); }
H1.HeaderClassName
{
color: #CBE132;
}
.AnyTagClassName
{
color: #CBE132;
}
</style>
background-color css
<style>
a { background-color: #CBE132; }
a { background-color: rgb(203,225,50); }
div.DivClassName
{
background-color: #CBE132;
}
.BgClassName
{
background-color: #CBE132;
}
</style>
border-color css
<style>
span { border-color: #CBE132; }
span { border-color: rgb(203,225,50); }
td.TdClassName
{
border-color: #CBE132;
}
.TagClassName
{
border-color: #CBE132;
}
</style>