Shades of Pear #CBE940
Tints of Pear #CBE940
RGB
CMYK
RGB Variations
Color information
#CBE940 (or 0xCBE940) is known color: Pear. HEX triplet: CB, E9 and 40. RGB value is (203,233,64). Sum of RGB (Red+Green+Blue) = 203+233+64=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE940 is #3416BF. Grayscale: #CDCDCD. Windows color (decimal): -3413696 or 4254155. OLE color: 4254155.
HSL color Cylindrical-coordinate representation of color #CBE940: hue angle of 70.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBE940 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 64 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.09 |
| HSL | 70.65º | 0.79% | 0.58% | - |
| HSV(B) | 70.65º | 0.73% | 0.91% | - |
| XYZ | 54.69 | 71.34 | 15.74 | - |
| YUV | 204.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 64 | 0.13 | 0 | 0.73 | 0.09 | 70.65 | 0.79 | 0.58 |
| Hex | CB | E9 | 40 | D | 0 | 49 | 9 | 47 | 4F | 3A |
| Octal | 313 | 351 | 100 | 15 | 0 | 111 | 11 | 107 | 117 | 72 |
| Binary | 11001011 | 11101001 | 1000000 | 1101 | 0 | 1001001 | 1001 | 1000111 | 1001111 | 111010 |
Color Harmonies of #CBE940
Complementary color
Monochromatic Colors of #CBE940
Black with #CBE940
Text Example
Text Example
White with #CBE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE940; }
p { color: rgb(203,233,64); }
H1.HeaderClassName
{
color: #CBE940;
}
.AnyTagClassName
{
color: #CBE940;
}
</style>
background-color css
<style>
a { background-color: #CBE940; }
a { background-color: rgb(203,233,64); }
div.DivClassName
{
background-color: #CBE940;
}
.BgClassName
{
background-color: #CBE940;
}
</style>
border-color css
<style>
span { border-color: #CBE940; }
span { border-color: rgb(203,233,64); }
td.TdClassName
{
border-color: #CBE940;
}
.TagClassName
{
border-color: #CBE940;
}
</style>