Shades of Pear #CBE12E
Tints of Pear #CBE12E
RGB
CMYK
RGB Variations
Color information
#CBE12E (or 0xCBE12E) is known color: Pear. HEX triplet: CB, E1 and 2E. RGB value is (203,225,46). Sum of RGB (Red+Green+Blue) = 203+225+46=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE12E is #341ED1. Grayscale: #C6C6C6. Windows color (decimal): -3415762 or 3072459. OLE color: 3072459.
HSL color Cylindrical-coordinate representation of color #CBE12E: hue angle of 67.37º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBE12E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 46 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.12 |
| HSL | 67.37º | 0.75% | 0.53% | - |
| HSV(B) | 67.37º | 0.8% | 0.88% | - |
| XYZ | 52.05 | 66.74 | 12.72 | - |
| YUV | 198.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 46 | 0.10 | 0 | 0.80 | 0.12 | 67.37 | 0.75 | 0.53 |
| Hex | CB | E1 | 2E | A | 0 | 50 | C | 43 | 4B | 35 |
| Octal | 313 | 341 | 56 | 12 | 0 | 120 | 14 | 103 | 113 | 65 |
| Binary | 11001011 | 11100001 | 101110 | 1010 | 0 | 1010000 | 1100 | 1000011 | 1001011 | 110101 |
Color Harmonies of #CBE12E
Complementary color
Monochromatic Colors of #CBE12E
Black with #CBE12E
Text Example
Text Example
White with #CBE12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE12E; }
p { color: rgb(203,225,46); }
H1.HeaderClassName
{
color: #CBE12E;
}
.AnyTagClassName
{
color: #CBE12E;
}
</style>
background-color css
<style>
a { background-color: #CBE12E; }
a { background-color: rgb(203,225,46); }
div.DivClassName
{
background-color: #CBE12E;
}
.BgClassName
{
background-color: #CBE12E;
}
</style>
border-color css
<style>
span { border-color: #CBE12E; }
span { border-color: rgb(203,225,46); }
td.TdClassName
{
border-color: #CBE12E;
}
.TagClassName
{
border-color: #CBE12E;
}
</style>