Shades of Pear #CBF120
Tints of Pear #CBF120
RGB
CMYK
RGB Variations
Color information
#CBF120 (or 0xCBF120) is known color: Pear. HEX triplet: CB, F1 and 20. RGB value is (203,241,32). Sum of RGB (Red+Green+Blue) = 203+241+32=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF120 is #340EDF. Grayscale: #CECECE. Windows color (decimal): -3411680 or 2159051. OLE color: 2159051.
HSL color Cylindrical-coordinate representation of color #CBF120: hue angle of 70.91º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBF120 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 70.91º | 0.88% | 0.54% | - |
| HSV(B) | 70.91º | 0.87% | 0.95% | - |
| XYZ | 56.34 | 75.71 | 13.01 | - |
| YUV | 205.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 32 | 0.16 | 0 | 0.87 | 0.05 | 70.91 | 0.88 | 0.54 |
| Hex | CB | F1 | 20 | 10 | 0 | 57 | 5 | 47 | 58 | 36 |
| Octal | 313 | 361 | 40 | 20 | 0 | 127 | 5 | 107 | 130 | 66 |
| Binary | 11001011 | 11110001 | 100000 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CBF120
Complementary color
Monochromatic Colors of #CBF120
Black with #CBF120
Text Example
Text Example
White with #CBF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF120; }
p { color: rgb(203,241,32); }
H1.HeaderClassName
{
color: #CBF120;
}
.AnyTagClassName
{
color: #CBF120;
}
</style>
background-color css
<style>
a { background-color: #CBF120; }
a { background-color: rgb(203,241,32); }
div.DivClassName
{
background-color: #CBF120;
}
.BgClassName
{
background-color: #CBF120;
}
</style>
border-color css
<style>
span { border-color: #CBF120; }
span { border-color: rgb(203,241,32); }
td.TdClassName
{
border-color: #CBF120;
}
.TagClassName
{
border-color: #CBF120;
}
</style>