Shades of Pear #CBE91D
Tints of Pear #CBE91D
RGB
CMYK
RGB Variations
Color information
#CBE91D (or 0xCBE91D) is known color: Pear. HEX triplet: CB, E9 and 1D. RGB value is (203,233,29). Sum of RGB (Red+Green+Blue) = 203+233+29=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE91D is #3416E2. Grayscale: #C9C9C9. Windows color (decimal): -3413731 or 1960395. OLE color: 1960395.
HSL color Cylindrical-coordinate representation of color #CBE91D: hue angle of 68.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE91D is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 29 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.09 |
| HSL | 68.82º | 0.82% | 0.51% | - |
| HSV(B) | 68.82º | 0.88% | 0.91% | - |
| XYZ | 53.99 | 71.06 | 12.03 | - |
| YUV | 200.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 29 | 0.13 | 0 | 0.88 | 0.09 | 68.82 | 0.82 | 0.51 |
| Hex | CB | E9 | 1D | D | 0 | 58 | 9 | 45 | 52 | 33 |
| Octal | 313 | 351 | 35 | 15 | 0 | 130 | 11 | 105 | 122 | 63 |
| Binary | 11001011 | 11101001 | 11101 | 1101 | 0 | 1011000 | 1001 | 1000101 | 1010010 | 110011 |
Color Harmonies of #CBE91D
Complementary color
Monochromatic Colors of #CBE91D
Black with #CBE91D
Text Example
Text Example
White with #CBE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE91D; }
p { color: rgb(203,233,29); }
H1.HeaderClassName
{
color: #CBE91D;
}
.AnyTagClassName
{
color: #CBE91D;
}
</style>
background-color css
<style>
a { background-color: #CBE91D; }
a { background-color: rgb(203,233,29); }
div.DivClassName
{
background-color: #CBE91D;
}
.BgClassName
{
background-color: #CBE91D;
}
</style>
border-color css
<style>
span { border-color: #CBE91D; }
span { border-color: rgb(203,233,29); }
td.TdClassName
{
border-color: #CBE91D;
}
.TagClassName
{
border-color: #CBE91D;
}
</style>