Shades of Pear #CBFB4C
Tints of Pear #CBFB4C
RGB
CMYK
RGB Variations
Color information
#CBFB4C (or 0xCBFB4C) is known color: Pear. HEX triplet: CB, FB and 4C. RGB value is (203,251,76). Sum of RGB (Red+Green+Blue) = 203+251+76=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFB4C is #3404B3. Grayscale: #D9D9D9. Windows color (decimal): -3409076 or 5045195. OLE color: 5045195.
HSL color Cylindrical-coordinate representation of color #CBFB4C: hue angle of 76.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBFB4C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 76 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.02 |
| HSL | 76.46º | 0.96% | 0.64% | - |
| HSV(B) | 76.46º | 0.7% | 0.98% | - |
| XYZ | 60.43 | 82.21 | 19.52 | - |
| YUV | 216.7 | 48.6 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 76 | 0.19 | 0 | 0.70 | 0.02 | 76.46 | 0.96 | 0.64 |
| Hex | CB | FB | 4C | 13 | 0 | 46 | 2 | 4C | 60 | 40 |
| Octal | 313 | 373 | 114 | 23 | 0 | 106 | 2 | 114 | 140 | 100 |
| Binary | 11001011 | 11111011 | 1001100 | 10011 | 0 | 1000110 | 10 | 1001100 | 1100000 | 1000000 |
Color Harmonies of #CBFB4C
Complementary color
Monochromatic Colors of #CBFB4C
Black with #CBFB4C
Text Example
Text Example
White with #CBFB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFB4C; }
p { color: rgb(203,251,76); }
H1.HeaderClassName
{
color: #CBFB4C;
}
.AnyTagClassName
{
color: #CBFB4C;
}
</style>
background-color css
<style>
a { background-color: #CBFB4C; }
a { background-color: rgb(203,251,76); }
div.DivClassName
{
background-color: #CBFB4C;
}
.BgClassName
{
background-color: #CBFB4C;
}
</style>
border-color css
<style>
span { border-color: #CBFB4C; }
span { border-color: rgb(203,251,76); }
td.TdClassName
{
border-color: #CBFB4C;
}
.TagClassName
{
border-color: #CBFB4C;
}
</style>