Shades of Pear #CBF043
Tints of Pear #CBF043
RGB
CMYK
RGB Variations
Color information
#CBF043 (or 0xCBF043) is known color: Pear. HEX triplet: CB, F0 and 43. RGB value is (203,240,67). Sum of RGB (Red+Green+Blue) = 203+240+67=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF043 is #340FBC. Grayscale: #D1D1D1. Windows color (decimal): -3411901 or 4452555. OLE color: 4452555.
HSL color Cylindrical-coordinate representation of color #CBF043: hue angle of 72.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBF043 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.06 |
| HSL | 72.83º | 0.85% | 0.6% | - |
| HSV(B) | 72.83º | 0.72% | 0.94% | - |
| XYZ | 56.8 | 75.42 | 16.87 | - |
| YUV | 209.22 | 47.74 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 67 | 0.15 | 0 | 0.72 | 0.06 | 72.83 | 0.85 | 0.6 |
| Hex | CB | F0 | 43 | F | 0 | 48 | 6 | 49 | 55 | 3C |
| Octal | 313 | 360 | 103 | 17 | 0 | 110 | 6 | 111 | 125 | 74 |
| Binary | 11001011 | 11110000 | 1000011 | 1111 | 0 | 1001000 | 110 | 1001001 | 1010101 | 111100 |
Color Harmonies of #CBF043
Complementary color
Monochromatic Colors of #CBF043
Black with #CBF043
Text Example
Text Example
White with #CBF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF043; }
p { color: rgb(203,240,67); }
H1.HeaderClassName
{
color: #CBF043;
}
.AnyTagClassName
{
color: #CBF043;
}
</style>
background-color css
<style>
a { background-color: #CBF043; }
a { background-color: rgb(203,240,67); }
div.DivClassName
{
background-color: #CBF043;
}
.BgClassName
{
background-color: #CBF043;
}
</style>
border-color css
<style>
span { border-color: #CBF043; }
span { border-color: rgb(203,240,67); }
td.TdClassName
{
border-color: #CBF043;
}
.TagClassName
{
border-color: #CBF043;
}
</style>