Shades of Pear #CBF020
Tints of Pear #CBF020
RGB
CMYK
RGB Variations
Color information
#CBF020 (or 0xCBF020) is known color: Pear. HEX triplet: CB, F0 and 20. RGB value is (203,240,32). Sum of RGB (Red+Green+Blue) = 203+240+32=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF020 is #340FDF. Grayscale: #CECECE. Windows color (decimal): -3411936 or 2158795. OLE color: 2158795.
HSL color Cylindrical-coordinate representation of color #CBF020: hue angle of 70.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBF020 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.06 |
| HSL | 70.67º | 0.87% | 0.53% | - |
| HSV(B) | 70.67º | 0.87% | 0.94% | - |
| XYZ | 56.05 | 75.12 | 12.91 | - |
| YUV | 205.23 | 30.24 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 32 | 0.15 | 0 | 0.87 | 0.06 | 70.67 | 0.87 | 0.53 |
| Hex | CB | F0 | 20 | F | 0 | 57 | 6 | 47 | 57 | 35 |
| Octal | 313 | 360 | 40 | 17 | 0 | 127 | 6 | 107 | 127 | 65 |
| Binary | 11001011 | 11110000 | 100000 | 1111 | 0 | 1010111 | 110 | 1000111 | 1010111 | 110101 |
Color Harmonies of #CBF020
Complementary color
Monochromatic Colors of #CBF020
Black with #CBF020
Text Example
Text Example
White with #CBF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF020; }
p { color: rgb(203,240,32); }
H1.HeaderClassName
{
color: #CBF020;
}
.AnyTagClassName
{
color: #CBF020;
}
</style>
background-color css
<style>
a { background-color: #CBF020; }
a { background-color: rgb(203,240,32); }
div.DivClassName
{
background-color: #CBF020;
}
.BgClassName
{
background-color: #CBF020;
}
</style>
border-color css
<style>
span { border-color: #CBF020; }
span { border-color: rgb(203,240,32); }
td.TdClassName
{
border-color: #CBF020;
}
.TagClassName
{
border-color: #CBF020;
}
</style>