Shades of Pear #CBE120
Tints of Pear #CBE120
RGB
CMYK
RGB Variations
Color information
#CBE120 (or 0xCBE120) is known color: Pear. HEX triplet: CB, E1 and 20. RGB value is (203,225,32). Sum of RGB (Red+Green+Blue) = 203+225+32=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE120 is #341EDF. Grayscale: #C5C5C5. Windows color (decimal): -3415776 or 2154955. OLE color: 2154955.
HSL color Cylindrical-coordinate representation of color #CBE120: hue angle of 66.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE120 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 32 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.12 |
| HSL | 66.84º | 0.76% | 0.5% | - |
| HSV(B) | 66.84º | 0.86% | 0.88% | - |
| XYZ | 51.81 | 66.65 | 11.5 | - |
| YUV | 196.42 | 35.21 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 32 | 0.10 | 0 | 0.86 | 0.12 | 66.84 | 0.76 | 0.5 |
| Hex | CB | E1 | 20 | A | 0 | 56 | C | 43 | 4C | 32 |
| Octal | 313 | 341 | 40 | 12 | 0 | 126 | 14 | 103 | 114 | 62 |
| Binary | 11001011 | 11100001 | 100000 | 1010 | 0 | 1010110 | 1100 | 1000011 | 1001100 | 110010 |
Color Harmonies of #CBE120
Complementary color
Monochromatic Colors of #CBE120
Black with #CBE120
Text Example
Text Example
White with #CBE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE120; }
p { color: rgb(203,225,32); }
H1.HeaderClassName
{
color: #CBE120;
}
.AnyTagClassName
{
color: #CBE120;
}
</style>
background-color css
<style>
a { background-color: #CBE120; }
a { background-color: rgb(203,225,32); }
div.DivClassName
{
background-color: #CBE120;
}
.BgClassName
{
background-color: #CBE120;
}
</style>
border-color css
<style>
span { border-color: #CBE120; }
span { border-color: rgb(203,225,32); }
td.TdClassName
{
border-color: #CBE120;
}
.TagClassName
{
border-color: #CBE120;
}
</style>