Shades of Pear #CBFB3C
Tints of Pear #CBFB3C
RGB
CMYK
RGB Variations
Color information
#CBFB3C (or 0xCBFB3C) is known color: Pear. HEX triplet: CB, FB and 3C. RGB value is (203,251,60). Sum of RGB (Red+Green+Blue) = 203+251+60=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFB3C is #3404C3. Grayscale: #D7D7D7. Windows color (decimal): -3409092 or 3996619. OLE color: 3996619.
HSL color Cylindrical-coordinate representation of color #CBFB3C: hue angle of 75.08º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBFB3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 75.08º | 0.96% | 0.61% | - |
| HSV(B) | 75.08º | 0.76% | 0.98% | - |
| XYZ | 59.94 | 82.02 | 16.95 | - |
| YUV | 214.87 | 40.6 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 60 | 0.19 | 0 | 0.76 | 0.02 | 75.08 | 0.96 | 0.61 |
| Hex | CB | FB | 3C | 13 | 0 | 4C | 2 | 4B | 60 | 3D |
| Octal | 313 | 373 | 74 | 23 | 0 | 114 | 2 | 113 | 140 | 75 |
| Binary | 11001011 | 11111011 | 111100 | 10011 | 0 | 1001100 | 10 | 1001011 | 1100000 | 111101 |
Color Harmonies of #CBFB3C
Complementary color
Monochromatic Colors of #CBFB3C
Black with #CBFB3C
Text Example
Text Example
White with #CBFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFB3C; }
p { color: rgb(203,251,60); }
H1.HeaderClassName
{
color: #CBFB3C;
}
.AnyTagClassName
{
color: #CBFB3C;
}
</style>
background-color css
<style>
a { background-color: #CBFB3C; }
a { background-color: rgb(203,251,60); }
div.DivClassName
{
background-color: #CBFB3C;
}
.BgClassName
{
background-color: #CBFB3C;
}
</style>
border-color css
<style>
span { border-color: #CBFB3C; }
span { border-color: rgb(203,251,60); }
td.TdClassName
{
border-color: #CBFB3C;
}
.TagClassName
{
border-color: #CBFB3C;
}
</style>