Shades of Pear #CBF122
Tints of Pear #CBF122
RGB
CMYK
RGB Variations
Color information
#CBF122 (or 0xCBF122) is known color: Pear. HEX triplet: CB, F1 and 22. RGB value is (203,241,34). Sum of RGB (Red+Green+Blue) = 203+241+34=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF122 is #340EDD. Grayscale: #CECECE. Windows color (decimal): -3411678 or 2290123. OLE color: 2290123.
HSL color Cylindrical-coordinate representation of color #CBF122: hue angle of 71.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBF122 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 71.01º | 0.88% | 0.54% | - |
| HSV(B) | 71.01º | 0.86% | 0.95% | - |
| XYZ | 56.37 | 75.72 | 13.16 | - |
| YUV | 206.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 34 | 0.16 | 0 | 0.86 | 0.05 | 71.01 | 0.88 | 0.54 |
| Hex | CB | F1 | 22 | 10 | 0 | 56 | 5 | 47 | 58 | 36 |
| Octal | 313 | 361 | 42 | 20 | 0 | 126 | 5 | 107 | 130 | 66 |
| Binary | 11001011 | 11110001 | 100010 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CBF122
Complementary color
Monochromatic Colors of #CBF122
Black with #CBF122
Text Example
Text Example
White with #CBF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF122; }
p { color: rgb(203,241,34); }
H1.HeaderClassName
{
color: #CBF122;
}
.AnyTagClassName
{
color: #CBF122;
}
</style>
background-color css
<style>
a { background-color: #CBF122; }
a { background-color: rgb(203,241,34); }
div.DivClassName
{
background-color: #CBF122;
}
.BgClassName
{
background-color: #CBF122;
}
</style>
border-color css
<style>
span { border-color: #CBF122; }
span { border-color: rgb(203,241,34); }
td.TdClassName
{
border-color: #CBF122;
}
.TagClassName
{
border-color: #CBF122;
}
</style>