Shades of Pear #CBE93B
Tints of Pear #CBE93B
RGB
CMYK
RGB Variations
Color information
#CBE93B (or 0xCBE93B) is known color: Pear. HEX triplet: CB, E9 and 3B. RGB value is (203,233,59). Sum of RGB (Red+Green+Blue) = 203+233+59=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE93B is #3416C4. Grayscale: #CCCCCC. Windows color (decimal): -3413701 or 3926475. OLE color: 3926475.
HSL color Cylindrical-coordinate representation of color #CBE93B: hue angle of 70.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE93B is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 59 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.09 |
| HSL | 70.34º | 0.8% | 0.57% | - |
| HSV(B) | 70.34º | 0.75% | 0.91% | - |
| XYZ | 54.56 | 71.29 | 15.02 | - |
| YUV | 204.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 59 | 0.13 | 0 | 0.75 | 0.09 | 70.34 | 0.8 | 0.57 |
| Hex | CB | E9 | 3B | D | 0 | 4B | 9 | 46 | 50 | 39 |
| Octal | 313 | 351 | 73 | 15 | 0 | 113 | 11 | 106 | 120 | 71 |
| Binary | 11001011 | 11101001 | 111011 | 1101 | 0 | 1001011 | 1001 | 1000110 | 1010000 | 111001 |
Color Harmonies of #CBE93B
Complementary color
Monochromatic Colors of #CBE93B
Black with #CBE93B
Text Example
Text Example
White with #CBE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE93B; }
p { color: rgb(203,233,59); }
H1.HeaderClassName
{
color: #CBE93B;
}
.AnyTagClassName
{
color: #CBE93B;
}
</style>
background-color css
<style>
a { background-color: #CBE93B; }
a { background-color: rgb(203,233,59); }
div.DivClassName
{
background-color: #CBE93B;
}
.BgClassName
{
background-color: #CBE93B;
}
</style>
border-color css
<style>
span { border-color: #CBE93B; }
span { border-color: rgb(203,233,59); }
td.TdClassName
{
border-color: #CBE93B;
}
.TagClassName
{
border-color: #CBE93B;
}
</style>