Shades of Pear #CBE92D
Tints of Pear #CBE92D
RGB
CMYK
RGB Variations
Color information
#CBE92D (or 0xCBE92D) is known color: Pear. HEX triplet: CB, E9 and 2D. RGB value is (203,233,45). Sum of RGB (Red+Green+Blue) = 203+233+45=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE92D is #3416D2. Grayscale: #CBCBCB. Windows color (decimal): -3413715 or 3008971. OLE color: 3008971.
HSL color Cylindrical-coordinate representation of color #CBE92D: hue angle of 69.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBE92D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 45 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.09 |
| HSL | 69.57º | 0.81% | 0.55% | - |
| HSV(B) | 69.57º | 0.81% | 0.91% | - |
| XYZ | 54.24 | 71.16 | 13.36 | - |
| YUV | 202.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 45 | 0.13 | 0 | 0.81 | 0.09 | 69.57 | 0.81 | 0.55 |
| Hex | CB | E9 | 2D | D | 0 | 51 | 9 | 46 | 51 | 37 |
| Octal | 313 | 351 | 55 | 15 | 0 | 121 | 11 | 106 | 121 | 67 |
| Binary | 11001011 | 11101001 | 101101 | 1101 | 0 | 1010001 | 1001 | 1000110 | 1010001 | 110111 |
Color Harmonies of #CBE92D
Complementary color
Monochromatic Colors of #CBE92D
Black with #CBE92D
Text Example
Text Example
White with #CBE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE92D; }
p { color: rgb(203,233,45); }
H1.HeaderClassName
{
color: #CBE92D;
}
.AnyTagClassName
{
color: #CBE92D;
}
</style>
background-color css
<style>
a { background-color: #CBE92D; }
a { background-color: rgb(203,233,45); }
div.DivClassName
{
background-color: #CBE92D;
}
.BgClassName
{
background-color: #CBE92D;
}
</style>
border-color css
<style>
span { border-color: #CBE92D; }
span { border-color: rgb(203,233,45); }
td.TdClassName
{
border-color: #CBE92D;
}
.TagClassName
{
border-color: #CBE92D;
}
</style>