Shades of Pear #CBE023
Tints of Pear #CBE023
RGB
CMYK
RGB Variations
Color information
#CBE023 (or 0xCBE023) is known color: Pear. HEX triplet: CB, E0 and 23. RGB value is (203,224,35). Sum of RGB (Red+Green+Blue) = 203+224+35=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE023 is #341FDC. Grayscale: #C4C4C4. Windows color (decimal): -3416029 or 2351307. OLE color: 2351307.
HSL color Cylindrical-coordinate representation of color #CBE023: hue angle of 66.67º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBE023 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.12 |
| HSL | 66.67º | 0.75% | 0.51% | - |
| HSV(B) | 66.67º | 0.84% | 0.88% | - |
| XYZ | 51.59 | 66.13 | 11.64 | - |
| YUV | 196.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 35 | 0.09 | 0 | 0.84 | 0.12 | 66.67 | 0.75 | 0.51 |
| Hex | CB | E0 | 23 | 9 | 0 | 54 | C | 43 | 4B | 33 |
| Octal | 313 | 340 | 43 | 11 | 0 | 124 | 14 | 103 | 113 | 63 |
| Binary | 11001011 | 11100000 | 100011 | 1001 | 0 | 1010100 | 1100 | 1000011 | 1001011 | 110011 |
Color Harmonies of #CBE023
Complementary color
Monochromatic Colors of #CBE023
Black with #CBE023
Text Example
Text Example
White with #CBE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE023; }
p { color: rgb(203,224,35); }
H1.HeaderClassName
{
color: #CBE023;
}
.AnyTagClassName
{
color: #CBE023;
}
</style>
background-color css
<style>
a { background-color: #CBE023; }
a { background-color: rgb(203,224,35); }
div.DivClassName
{
background-color: #CBE023;
}
.BgClassName
{
background-color: #CBE023;
}
</style>
border-color css
<style>
span { border-color: #CBE023; }
span { border-color: rgb(203,224,35); }
td.TdClassName
{
border-color: #CBE023;
}
.TagClassName
{
border-color: #CBE023;
}
</style>