Shades of Pear #CBE820
Tints of Pear #CBE820
RGB
CMYK
RGB Variations
Color information
#CBE820 (or 0xCBE820) is known color: Pear. HEX triplet: CB, E8 and 20. RGB value is (203,232,32). Sum of RGB (Red+Green+Blue) = 203+232+32=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE820 is #3417DF. Grayscale: #C9C9C9. Windows color (decimal): -3413984 or 2156747. OLE color: 2156747.
HSL color Cylindrical-coordinate representation of color #CBE820: hue angle of 68.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE820 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.09 |
| HSL | 68.7º | 0.81% | 0.52% | - |
| HSV(B) | 68.7º | 0.86% | 0.91% | - |
| XYZ | 53.75 | 70.51 | 12.14 | - |
| YUV | 200.53 | 32.89 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 32 | 0.12 | 0 | 0.86 | 0.09 | 68.7 | 0.81 | 0.52 |
| Hex | CB | E8 | 20 | C | 0 | 56 | 9 | 45 | 51 | 34 |
| Octal | 313 | 350 | 40 | 14 | 0 | 126 | 11 | 105 | 121 | 64 |
| Binary | 11001011 | 11101000 | 100000 | 1100 | 0 | 1010110 | 1001 | 1000101 | 1010001 | 110100 |
Color Harmonies of #CBE820
Complementary color
Monochromatic Colors of #CBE820
Black with #CBE820
Text Example
Text Example
White with #CBE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE820; }
p { color: rgb(203,232,32); }
H1.HeaderClassName
{
color: #CBE820;
}
.AnyTagClassName
{
color: #CBE820;
}
</style>
background-color css
<style>
a { background-color: #CBE820; }
a { background-color: rgb(203,232,32); }
div.DivClassName
{
background-color: #CBE820;
}
.BgClassName
{
background-color: #CBE820;
}
</style>
border-color css
<style>
span { border-color: #CBE820; }
span { border-color: rgb(203,232,32); }
td.TdClassName
{
border-color: #CBE820;
}
.TagClassName
{
border-color: #CBE820;
}
</style>