Shades of Pear #CBE02E
Tints of Pear #CBE02E
RGB
CMYK
RGB Variations
Color information
#CBE02E (or 0xCBE02E) is known color: Pear. HEX triplet: CB, E0 and 2E. RGB value is (203,224,46). Sum of RGB (Red+Green+Blue) = 203+224+46=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE02E is #341FD1. Grayscale: #C6C6C6. Windows color (decimal): -3416018 or 3072203. OLE color: 3072203.
HSL color Cylindrical-coordinate representation of color #CBE02E: hue angle of 67.08º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBE02E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 46 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.12 |
| HSL | 67.08º | 0.74% | 0.53% | - |
| HSV(B) | 67.08º | 0.79% | 0.88% | - |
| XYZ | 51.78 | 66.21 | 12.63 | - |
| YUV | 197.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 46 | 0.09 | 0 | 0.79 | 0.12 | 67.08 | 0.74 | 0.53 |
| Hex | CB | E0 | 2E | 9 | 0 | 4F | C | 43 | 4A | 35 |
| Octal | 313 | 340 | 56 | 11 | 0 | 117 | 14 | 103 | 112 | 65 |
| Binary | 11001011 | 11100000 | 101110 | 1001 | 0 | 1001111 | 1100 | 1000011 | 1001010 | 110101 |
Color Harmonies of #CBE02E
Complementary color
Monochromatic Colors of #CBE02E
Black with #CBE02E
Text Example
Text Example
White with #CBE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE02E; }
p { color: rgb(203,224,46); }
H1.HeaderClassName
{
color: #CBE02E;
}
.AnyTagClassName
{
color: #CBE02E;
}
</style>
background-color css
<style>
a { background-color: #CBE02E; }
a { background-color: rgb(203,224,46); }
div.DivClassName
{
background-color: #CBE02E;
}
.BgClassName
{
background-color: #CBE02E;
}
</style>
border-color css
<style>
span { border-color: #CBE02E; }
span { border-color: rgb(203,224,46); }
td.TdClassName
{
border-color: #CBE02E;
}
.TagClassName
{
border-color: #CBE02E;
}
</style>