Shades of Pear #CBF331
Tints of Pear #CBF331
RGB
CMYK
RGB Variations
Color information
#CBF331 (or 0xCBF331) is known color: Pear. HEX triplet: CB, F3 and 31. RGB value is (203,243,49). Sum of RGB (Red+Green+Blue) = 203+243+49=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF331 is #340CCE. Grayscale: #D1D1D1. Windows color (decimal): -3411151 or 3273675. OLE color: 3273675.
HSL color Cylindrical-coordinate representation of color #CBF331: hue angle of 72.37º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF331 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 72.37º | 0.89% | 0.57% | - |
| HSV(B) | 72.37º | 0.8% | 0.95% | - |
| XYZ | 57.23 | 77.02 | 14.76 | - |
| YUV | 208.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 49 | 0.16 | 0 | 0.80 | 0.05 | 72.37 | 0.89 | 0.57 |
| Hex | CB | F3 | 31 | 10 | 0 | 50 | 5 | 48 | 59 | 39 |
| Octal | 313 | 363 | 61 | 20 | 0 | 120 | 5 | 110 | 131 | 71 |
| Binary | 11001011 | 11110011 | 110001 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CBF331
Complementary color
Monochromatic Colors of #CBF331
Black with #CBF331
Text Example
Text Example
White with #CBF331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF331; }
p { color: rgb(203,243,49); }
H1.HeaderClassName
{
color: #CBF331;
}
.AnyTagClassName
{
color: #CBF331;
}
</style>
background-color css
<style>
a { background-color: #CBF331; }
a { background-color: rgb(203,243,49); }
div.DivClassName
{
background-color: #CBF331;
}
.BgClassName
{
background-color: #CBF331;
}
</style>
border-color css
<style>
span { border-color: #CBF331; }
span { border-color: rgb(203,243,49); }
td.TdClassName
{
border-color: #CBF331;
}
.TagClassName
{
border-color: #CBF331;
}
</style>