Shades of Pear #CBE732
Tints of Pear #CBE732
RGB
CMYK
RGB Variations
Color information
#CBE732 (or 0xCBE732) is known color: Pear. HEX triplet: CB, E7 and 32. RGB value is (203,231,50). Sum of RGB (Red+Green+Blue) = 203+231+50=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE732 is #3418CD. Grayscale: #CACACA. Windows color (decimal): -3414222 or 3336139. OLE color: 3336139.
HSL color Cylindrical-coordinate representation of color #CBE732: hue angle of 69.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBE732 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 50 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.09 |
| HSL | 69.28º | 0.79% | 0.55% | - |
| HSV(B) | 69.28º | 0.78% | 0.91% | - |
| XYZ | 53.78 | 70.08 | 13.71 | - |
| YUV | 201.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 50 | 0.12 | 0 | 0.78 | 0.09 | 69.28 | 0.79 | 0.55 |
| Hex | CB | E7 | 32 | C | 0 | 4E | 9 | 45 | 4F | 37 |
| Octal | 313 | 347 | 62 | 14 | 0 | 116 | 11 | 105 | 117 | 67 |
| Binary | 11001011 | 11100111 | 110010 | 1100 | 0 | 1001110 | 1001 | 1000101 | 1001111 | 110111 |
Color Harmonies of #CBE732
Complementary color
Monochromatic Colors of #CBE732
Black with #CBE732
Text Example
Text Example
White with #CBE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE732; }
p { color: rgb(203,231,50); }
H1.HeaderClassName
{
color: #CBE732;
}
.AnyTagClassName
{
color: #CBE732;
}
</style>
background-color css
<style>
a { background-color: #CBE732; }
a { background-color: rgb(203,231,50); }
div.DivClassName
{
background-color: #CBE732;
}
.BgClassName
{
background-color: #CBE732;
}
</style>
border-color css
<style>
span { border-color: #CBE732; }
span { border-color: rgb(203,231,50); }
td.TdClassName
{
border-color: #CBE732;
}
.TagClassName
{
border-color: #CBE732;
}
</style>