Shades of Pear #CBE91E
Tints of Pear #CBE91E
RGB
CMYK
RGB Variations
Color information
#CBE91E (or 0xCBE91E) is known color: Pear. HEX triplet: CB, E9 and 1E. RGB value is (203,233,30). Sum of RGB (Red+Green+Blue) = 203+233+30=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE91E is #3416E1. Grayscale: #C9C9C9. Windows color (decimal): -3413730 or 2025931. OLE color: 2025931.
HSL color Cylindrical-coordinate representation of color #CBE91E: hue angle of 68.87º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBE91E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.09 |
| HSL | 68.87º | 0.82% | 0.52% | - |
| HSV(B) | 68.87º | 0.87% | 0.91% | - |
| XYZ | 54 | 71.07 | 12.1 | - |
| YUV | 200.89 | 31.56 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 30 | 0.13 | 0 | 0.87 | 0.09 | 68.87 | 0.82 | 0.52 |
| Hex | CB | E9 | 1E | D | 0 | 57 | 9 | 45 | 52 | 34 |
| Octal | 313 | 351 | 36 | 15 | 0 | 127 | 11 | 105 | 122 | 64 |
| Binary | 11001011 | 11101001 | 11110 | 1101 | 0 | 1010111 | 1001 | 1000101 | 1010010 | 110100 |
Color Harmonies of #CBE91E
Complementary color
Monochromatic Colors of #CBE91E
Black with #CBE91E
Text Example
Text Example
White with #CBE91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE91E; }
p { color: rgb(203,233,30); }
H1.HeaderClassName
{
color: #CBE91E;
}
.AnyTagClassName
{
color: #CBE91E;
}
</style>
background-color css
<style>
a { background-color: #CBE91E; }
a { background-color: rgb(203,233,30); }
div.DivClassName
{
background-color: #CBE91E;
}
.BgClassName
{
background-color: #CBE91E;
}
</style>
border-color css
<style>
span { border-color: #CBE91E; }
span { border-color: rgb(203,233,30); }
td.TdClassName
{
border-color: #CBE91E;
}
.TagClassName
{
border-color: #CBE91E;
}
</style>