Shades of Pear #CBE729
Tints of Pear #CBE729
RGB
CMYK
RGB Variations
Color information
#CBE729 (or 0xCBE729) is known color: Pear. HEX triplet: CB, E7 and 29. RGB value is (203,231,41). Sum of RGB (Red+Green+Blue) = 203+231+41=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE729 is #3418D6. Grayscale: #C9C9C9. Windows color (decimal): -3414231 or 2746315. OLE color: 2746315.
HSL color Cylindrical-coordinate representation of color #CBE729: hue angle of 68.84º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBE729 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 41 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.09 |
| HSL | 68.84º | 0.8% | 0.53% | - |
| HSV(B) | 68.84º | 0.82% | 0.91% | - |
| XYZ | 53.6 | 70.01 | 12.79 | - |
| YUV | 200.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 41 | 0.12 | 0 | 0.82 | 0.09 | 68.84 | 0.8 | 0.53 |
| Hex | CB | E7 | 29 | C | 0 | 52 | 9 | 45 | 50 | 35 |
| Octal | 313 | 347 | 51 | 14 | 0 | 122 | 11 | 105 | 120 | 65 |
| Binary | 11001011 | 11100111 | 101001 | 1100 | 0 | 1010010 | 1001 | 1000101 | 1010000 | 110101 |
Color Harmonies of #CBE729
Complementary color
Monochromatic Colors of #CBE729
Black with #CBE729
Text Example
Text Example
White with #CBE729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE729; }
p { color: rgb(203,231,41); }
H1.HeaderClassName
{
color: #CBE729;
}
.AnyTagClassName
{
color: #CBE729;
}
</style>
background-color css
<style>
a { background-color: #CBE729; }
a { background-color: rgb(203,231,41); }
div.DivClassName
{
background-color: #CBE729;
}
.BgClassName
{
background-color: #CBE729;
}
</style>
border-color css
<style>
span { border-color: #CBE729; }
span { border-color: rgb(203,231,41); }
td.TdClassName
{
border-color: #CBE729;
}
.TagClassName
{
border-color: #CBE729;
}
</style>