Shades of Pear #CBFC49
Tints of Pear #CBFC49
RGB
CMYK
RGB Variations
Color information
#CBFC49 (or 0xCBFC49) is known color: Pear. HEX triplet: CB, FC and 49. RGB value is (203,252,73). Sum of RGB (Red+Green+Blue) = 203+252+73=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC49 is #3403B6. Grayscale: #D9D9D9. Windows color (decimal): -3408823 or 4848843. OLE color: 4848843.
HSL color Cylindrical-coordinate representation of color #CBFC49: hue angle of 76.42º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBFC49 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 73 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.01 |
| HSL | 76.42º | 0.97% | 0.64% | - |
| HSV(B) | 76.42º | 0.71% | 0.99% | - |
| XYZ | 60.64 | 82.8 | 19.09 | - |
| YUV | 216.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 73 | 0.19 | 0 | 0.71 | 0.01 | 76.42 | 0.97 | 0.64 |
| Hex | CB | FC | 49 | 13 | 0 | 47 | 1 | 4C | 61 | 40 |
| Octal | 313 | 374 | 111 | 23 | 0 | 107 | 1 | 114 | 141 | 100 |
| Binary | 11001011 | 11111100 | 1001001 | 10011 | 0 | 1000111 | 1 | 1001100 | 1100001 | 1000000 |
Color Harmonies of #CBFC49
Complementary color
Monochromatic Colors of #CBFC49
Black with #CBFC49
Text Example
Text Example
White with #CBFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC49; }
p { color: rgb(203,252,73); }
H1.HeaderClassName
{
color: #CBFC49;
}
.AnyTagClassName
{
color: #CBFC49;
}
</style>
background-color css
<style>
a { background-color: #CBFC49; }
a { background-color: rgb(203,252,73); }
div.DivClassName
{
background-color: #CBFC49;
}
.BgClassName
{
background-color: #CBFC49;
}
</style>
border-color css
<style>
span { border-color: #CBFC49; }
span { border-color: rgb(203,252,73); }
td.TdClassName
{
border-color: #CBFC49;
}
.TagClassName
{
border-color: #CBFC49;
}
</style>