Shades of Pear #CBF022
Tints of Pear #CBF022
RGB
CMYK
RGB Variations
Color information
#CBF022 (or 0xCBF022) is known color: Pear. HEX triplet: CB, F0 and 22. RGB value is (203,240,34). Sum of RGB (Red+Green+Blue) = 203+240+34=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF022 is #340FDD. Grayscale: #CECECE. Windows color (decimal): -3411934 or 2289867. OLE color: 2289867.
HSL color Cylindrical-coordinate representation of color #CBF022: hue angle of 70.78º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBF022 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.06 |
| HSL | 70.78º | 0.87% | 0.54% | - |
| HSV(B) | 70.78º | 0.86% | 0.94% | - |
| XYZ | 56.08 | 75.13 | 13.06 | - |
| YUV | 205.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 34 | 0.15 | 0 | 0.86 | 0.06 | 70.78 | 0.87 | 0.54 |
| Hex | CB | F0 | 22 | F | 0 | 56 | 6 | 47 | 57 | 36 |
| Octal | 313 | 360 | 42 | 17 | 0 | 126 | 6 | 107 | 127 | 66 |
| Binary | 11001011 | 11110000 | 100010 | 1111 | 0 | 1010110 | 110 | 1000111 | 1010111 | 110110 |
Color Harmonies of #CBF022
Complementary color
Monochromatic Colors of #CBF022
Black with #CBF022
Text Example
Text Example
White with #CBF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF022; }
p { color: rgb(203,240,34); }
H1.HeaderClassName
{
color: #CBF022;
}
.AnyTagClassName
{
color: #CBF022;
}
</style>
background-color css
<style>
a { background-color: #CBF022; }
a { background-color: rgb(203,240,34); }
div.DivClassName
{
background-color: #CBF022;
}
.BgClassName
{
background-color: #CBF022;
}
</style>
border-color css
<style>
span { border-color: #CBF022; }
span { border-color: rgb(203,240,34); }
td.TdClassName
{
border-color: #CBF022;
}
.TagClassName
{
border-color: #CBF022;
}
</style>