Shades of Pear #CBE92A
Tints of Pear #CBE92A
RGB
CMYK
RGB Variations
Color information
#CBE92A (or 0xCBE92A) is known color: Pear. HEX triplet: CB, E9 and 2A. RGB value is (203,233,42). Sum of RGB (Red+Green+Blue) = 203+233+42=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE92A is #3416D5. Grayscale: #CACACA. Windows color (decimal): -3413718 or 2812363. OLE color: 2812363.
HSL color Cylindrical-coordinate representation of color #CBE92A: hue angle of 69.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBE92A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 42 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.09 |
| HSL | 69.42º | 0.81% | 0.54% | - |
| HSV(B) | 69.42º | 0.82% | 0.91% | - |
| XYZ | 54.19 | 71.14 | 13.07 | - |
| YUV | 202.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 42 | 0.13 | 0 | 0.82 | 0.09 | 69.42 | 0.81 | 0.54 |
| Hex | CB | E9 | 2A | D | 0 | 52 | 9 | 45 | 51 | 36 |
| Octal | 313 | 351 | 52 | 15 | 0 | 122 | 11 | 105 | 121 | 66 |
| Binary | 11001011 | 11101001 | 101010 | 1101 | 0 | 1010010 | 1001 | 1000101 | 1010001 | 110110 |
Color Harmonies of #CBE92A
Complementary color
Monochromatic Colors of #CBE92A
Black with #CBE92A
Text Example
Text Example
White with #CBE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE92A; }
p { color: rgb(203,233,42); }
H1.HeaderClassName
{
color: #CBE92A;
}
.AnyTagClassName
{
color: #CBE92A;
}
</style>
background-color css
<style>
a { background-color: #CBE92A; }
a { background-color: rgb(203,233,42); }
div.DivClassName
{
background-color: #CBE92A;
}
.BgClassName
{
background-color: #CBE92A;
}
</style>
border-color css
<style>
span { border-color: #CBE92A; }
span { border-color: rgb(203,233,42); }
td.TdClassName
{
border-color: #CBE92A;
}
.TagClassName
{
border-color: #CBE92A;
}
</style>