Shades of Pear #CBE232
Tints of Pear #CBE232
RGB
CMYK
RGB Variations
Color information
#CBE232 (or 0xCBE232) is known color: Pear. HEX triplet: CB, E2 and 32. RGB value is (203,226,50). Sum of RGB (Red+Green+Blue) = 203+226+50=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE232 is #341DCD. Grayscale: #C7C7C7. Windows color (decimal): -3415502 or 3334859. OLE color: 3334859.
HSL color Cylindrical-coordinate representation of color #CBE232: hue angle of 67.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBE232 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 50 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.11 |
| HSL | 67.84º | 0.75% | 0.54% | - |
| HSV(B) | 67.84º | 0.78% | 0.89% | - |
| XYZ | 52.4 | 67.32 | 13.25 | - |
| YUV | 199.06 | 43.88 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 50 | 0.10 | 0 | 0.78 | 0.11 | 67.84 | 0.75 | 0.54 |
| Hex | CB | E2 | 32 | A | 0 | 4E | B | 44 | 4B | 36 |
| Octal | 313 | 342 | 62 | 12 | 0 | 116 | 13 | 104 | 113 | 66 |
| Binary | 11001011 | 11100010 | 110010 | 1010 | 0 | 1001110 | 1011 | 1000100 | 1001011 | 110110 |
Color Harmonies of #CBE232
Complementary color
Monochromatic Colors of #CBE232
Black with #CBE232
Text Example
Text Example
White with #CBE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE232; }
p { color: rgb(203,226,50); }
H1.HeaderClassName
{
color: #CBE232;
}
.AnyTagClassName
{
color: #CBE232;
}
</style>
background-color css
<style>
a { background-color: #CBE232; }
a { background-color: rgb(203,226,50); }
div.DivClassName
{
background-color: #CBE232;
}
.BgClassName
{
background-color: #CBE232;
}
</style>
border-color css
<style>
span { border-color: #CBE232; }
span { border-color: rgb(203,226,50); }
td.TdClassName
{
border-color: #CBE232;
}
.TagClassName
{
border-color: #CBE232;
}
</style>