Shades of Pear #CBF121
Tints of Pear #CBF121
RGB
CMYK
RGB Variations
Color information
#CBF121 (or 0xCBF121) is known color: Pear. HEX triplet: CB, F1 and 21. RGB value is (203,241,33). Sum of RGB (Red+Green+Blue) = 203+241+33=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF121 is #340EDE. Grayscale: #CECECE. Windows color (decimal): -3411679 or 2224587. OLE color: 2224587.
HSL color Cylindrical-coordinate representation of color #CBF121: hue angle of 70.96º 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 #CBF121 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 70.96º | 0.88% | 0.54% | - |
| HSV(B) | 70.96º | 0.86% | 0.95% | - |
| XYZ | 56.36 | 75.72 | 13.08 | - |
| YUV | 205.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 33 | 0.16 | 0 | 0.86 | 0.05 | 70.96 | 0.88 | 0.54 |
| Hex | CB | F1 | 21 | 10 | 0 | 56 | 5 | 47 | 58 | 36 |
| Octal | 313 | 361 | 41 | 20 | 0 | 126 | 5 | 107 | 130 | 66 |
| Binary | 11001011 | 11110001 | 100001 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CBF121
Complementary color
Monochromatic Colors of #CBF121
Black with #CBF121
Text Example
Text Example
White with #CBF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF121; }
p { color: rgb(203,241,33); }
H1.HeaderClassName
{
color: #CBF121;
}
.AnyTagClassName
{
color: #CBF121;
}
</style>
background-color css
<style>
a { background-color: #CBF121; }
a { background-color: rgb(203,241,33); }
div.DivClassName
{
background-color: #CBF121;
}
.BgClassName
{
background-color: #CBF121;
}
</style>
border-color css
<style>
span { border-color: #CBF121; }
span { border-color: rgb(203,241,33); }
td.TdClassName
{
border-color: #CBF121;
}
.TagClassName
{
border-color: #CBF121;
}
</style>