Shades of Pear #CBFC47
Tints of Pear #CBFC47
RGB
CMYK
RGB Variations
Color information
#CBFC47 (or 0xCBFC47) is known color: Pear. HEX triplet: CB, FC and 47. RGB value is (203,252,71). Sum of RGB (Red+Green+Blue) = 203+252+71=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC47 is #3403B8. Grayscale: #D9D9D9. Windows color (decimal): -3408825 or 4717771. OLE color: 4717771.
HSL color Cylindrical-coordinate representation of color #CBFC47: hue angle of 76.24º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBFC47 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 71 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.01 |
| HSL | 76.24º | 0.97% | 0.63% | - |
| HSV(B) | 76.24º | 0.72% | 0.99% | - |
| XYZ | 60.58 | 82.77 | 18.75 | - |
| YUV | 216.72 | 45.77 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 71 | 0.19 | 0 | 0.72 | 0.01 | 76.24 | 0.97 | 0.63 |
| Hex | CB | FC | 47 | 13 | 0 | 48 | 1 | 4C | 61 | 3F |
| Octal | 313 | 374 | 107 | 23 | 0 | 110 | 1 | 114 | 141 | 77 |
| Binary | 11001011 | 11111100 | 1000111 | 10011 | 0 | 1001000 | 1 | 1001100 | 1100001 | 111111 |
Color Harmonies of #CBFC47
Complementary color
Monochromatic Colors of #CBFC47
Black with #CBFC47
Text Example
Text Example
White with #CBFC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC47; }
p { color: rgb(203,252,71); }
H1.HeaderClassName
{
color: #CBFC47;
}
.AnyTagClassName
{
color: #CBFC47;
}
</style>
background-color css
<style>
a { background-color: #CBFC47; }
a { background-color: rgb(203,252,71); }
div.DivClassName
{
background-color: #CBFC47;
}
.BgClassName
{
background-color: #CBFC47;
}
</style>
border-color css
<style>
span { border-color: #CBFC47; }
span { border-color: rgb(203,252,71); }
td.TdClassName
{
border-color: #CBFC47;
}
.TagClassName
{
border-color: #CBFC47;
}
</style>