Shades of Pear #CBF133
Tints of Pear #CBF133
RGB
CMYK
RGB Variations
Color information
#CBF133 (or 0xCBF133) is known color: Pear. HEX triplet: CB, F1 and 33. RGB value is (203,241,51). Sum of RGB (Red+Green+Blue) = 203+241+51=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF133 is #340ECC. Grayscale: #D0D0D0. Windows color (decimal): -3411661 or 3404235. OLE color: 3404235.
HSL color Cylindrical-coordinate representation of color #CBF133: hue angle of 72º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBF133 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 51 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.05 |
| HSL | 72º | 0.87% | 0.57% | - |
| HSV(B) | 72º | 0.79% | 0.95% | - |
| XYZ | 56.68 | 75.85 | 14.78 | - |
| YUV | 207.98 | 39.41 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 51 | 0.16 | 0 | 0.79 | 0.05 | 72 | 0.87 | 0.57 |
| Hex | CB | F1 | 33 | 10 | 0 | 4F | 5 | 48 | 57 | 39 |
| Octal | 313 | 361 | 63 | 20 | 0 | 117 | 5 | 110 | 127 | 71 |
| Binary | 11001011 | 11110001 | 110011 | 10000 | 0 | 1001111 | 101 | 1001000 | 1010111 | 111001 |
Color Harmonies of #CBF133
Complementary color
Monochromatic Colors of #CBF133
Black with #CBF133
Text Example
Text Example
White with #CBF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF133; }
p { color: rgb(203,241,51); }
H1.HeaderClassName
{
color: #CBF133;
}
.AnyTagClassName
{
color: #CBF133;
}
</style>
background-color css
<style>
a { background-color: #CBF133; }
a { background-color: rgb(203,241,51); }
div.DivClassName
{
background-color: #CBF133;
}
.BgClassName
{
background-color: #CBF133;
}
</style>
border-color css
<style>
span { border-color: #CBF133; }
span { border-color: rgb(203,241,51); }
td.TdClassName
{
border-color: #CBF133;
}
.TagClassName
{
border-color: #CBF133;
}
</style>