Shades of Pear #CBF02D
Tints of Pear #CBF02D
RGB
CMYK
RGB Variations
Color information
#CBF02D (or 0xCBF02D) is known color: Pear. HEX triplet: CB, F0 and 2D. RGB value is (203,240,45). Sum of RGB (Red+Green+Blue) = 203+240+45=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF02D is #340FD2. Grayscale: #CFCFCF. Windows color (decimal): -3411923 or 3010763. OLE color: 3010763.
HSL color Cylindrical-coordinate representation of color #CBF02D: hue angle of 71.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBF02D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.06 |
| HSL | 71.38º | 0.87% | 0.56% | - |
| HSV(B) | 71.38º | 0.81% | 0.94% | - |
| XYZ | 56.26 | 75.21 | 14.03 | - |
| YUV | 206.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 45 | 0.15 | 0 | 0.81 | 0.06 | 71.38 | 0.87 | 0.56 |
| Hex | CB | F0 | 2D | F | 0 | 51 | 6 | 47 | 57 | 38 |
| Octal | 313 | 360 | 55 | 17 | 0 | 121 | 6 | 107 | 127 | 70 |
| Binary | 11001011 | 11110000 | 101101 | 1111 | 0 | 1010001 | 110 | 1000111 | 1010111 | 111000 |
Color Harmonies of #CBF02D
Complementary color
Monochromatic Colors of #CBF02D
Black with #CBF02D
Text Example
Text Example
White with #CBF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF02D; }
p { color: rgb(203,240,45); }
H1.HeaderClassName
{
color: #CBF02D;
}
.AnyTagClassName
{
color: #CBF02D;
}
</style>
background-color css
<style>
a { background-color: #CBF02D; }
a { background-color: rgb(203,240,45); }
div.DivClassName
{
background-color: #CBF02D;
}
.BgClassName
{
background-color: #CBF02D;
}
</style>
border-color css
<style>
span { border-color: #CBF02D; }
span { border-color: rgb(203,240,45); }
td.TdClassName
{
border-color: #CBF02D;
}
.TagClassName
{
border-color: #CBF02D;
}
</style>