Shades of Pear #CBE331
Tints of Pear #CBE331
RGB
CMYK
RGB Variations
Color information
#CBE331 (or 0xCBE331) is known color: Pear. HEX triplet: CB, E3 and 31. RGB value is (203,227,49). Sum of RGB (Red+Green+Blue) = 203+227+49=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE331 is #341CCE. Grayscale: #C8C8C8. Windows color (decimal): -3415247 or 3269579. OLE color: 3269579.
HSL color Cylindrical-coordinate representation of color #CBE331: hue angle of 68.09º degrees, saturation: 0.76, 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 #CBE331 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.11 |
| HSL | 68.09º | 0.76% | 0.54% | - |
| HSV(B) | 68.09º | 0.78% | 0.89% | - |
| XYZ | 52.65 | 67.86 | 13.23 | - |
| YUV | 199.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 49 | 0.11 | 0 | 0.78 | 0.11 | 68.09 | 0.76 | 0.54 |
| Hex | CB | E3 | 31 | B | 0 | 4E | B | 44 | 4C | 36 |
| Octal | 313 | 343 | 61 | 13 | 0 | 116 | 13 | 104 | 114 | 66 |
| Binary | 11001011 | 11100011 | 110001 | 1011 | 0 | 1001110 | 1011 | 1000100 | 1001100 | 110110 |
Color Harmonies of #CBE331
Complementary color
Monochromatic Colors of #CBE331
Black with #CBE331
Text Example
Text Example
White with #CBE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE331; }
p { color: rgb(203,227,49); }
H1.HeaderClassName
{
color: #CBE331;
}
.AnyTagClassName
{
color: #CBE331;
}
</style>
background-color css
<style>
a { background-color: #CBE331; }
a { background-color: rgb(203,227,49); }
div.DivClassName
{
background-color: #CBE331;
}
.BgClassName
{
background-color: #CBE331;
}
</style>
border-color css
<style>
span { border-color: #CBE331; }
span { border-color: rgb(203,227,49); }
td.TdClassName
{
border-color: #CBE331;
}
.TagClassName
{
border-color: #CBE331;
}
</style>