Shades of Pear #CBF849
Tints of Pear #CBF849
RGB
CMYK
RGB Variations
Color information
#CBF849 (or 0xCBF849) is known color: Pear. HEX triplet: CB, F8 and 49. RGB value is (203,248,73). Sum of RGB (Red+Green+Blue) = 203+248+73=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF849 is #3407B6. Grayscale: #D7D7D7. Windows color (decimal): -3409847 or 4847819. OLE color: 4847819.
HSL color Cylindrical-coordinate representation of color #CBF849: hue angle of 75.43º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBF849 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 73 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.03 |
| HSL | 75.43º | 0.93% | 0.63% | - |
| HSV(B) | 75.43º | 0.71% | 0.97% | - |
| XYZ | 59.4 | 80.31 | 18.67 | - |
| YUV | 214.6 | 48.09 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 73 | 0.18 | 0 | 0.71 | 0.03 | 75.43 | 0.93 | 0.63 |
| Hex | CB | F8 | 49 | 12 | 0 | 47 | 3 | 4B | 5D | 3F |
| Octal | 313 | 370 | 111 | 22 | 0 | 107 | 3 | 113 | 135 | 77 |
| Binary | 11001011 | 11111000 | 1001001 | 10010 | 0 | 1000111 | 11 | 1001011 | 1011101 | 111111 |
Color Harmonies of #CBF849
Complementary color
Monochromatic Colors of #CBF849
Black with #CBF849
Text Example
Text Example
White with #CBF849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF849; }
p { color: rgb(203,248,73); }
H1.HeaderClassName
{
color: #CBF849;
}
.AnyTagClassName
{
color: #CBF849;
}
</style>
background-color css
<style>
a { background-color: #CBF849; }
a { background-color: rgb(203,248,73); }
div.DivClassName
{
background-color: #CBF849;
}
.BgClassName
{
background-color: #CBF849;
}
</style>
border-color css
<style>
span { border-color: #CBF849; }
span { border-color: rgb(203,248,73); }
td.TdClassName
{
border-color: #CBF849;
}
.TagClassName
{
border-color: #CBF849;
}
</style>