Shades of Pear #CBE941
Tints of Pear #CBE941
RGB
CMYK
RGB Variations
Color information
#CBE941 (or 0xCBE941) is known color: Pear. HEX triplet: CB, E9 and 41. RGB value is (203,233,65). Sum of RGB (Red+Green+Blue) = 203+233+65=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE941 is #3416BE. Grayscale: #CDCDCD. Windows color (decimal): -3413695 or 4319691. OLE color: 4319691.
HSL color Cylindrical-coordinate representation of color #CBE941: hue angle of 70.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBE941 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 65 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.09 |
| HSL | 70.71º | 0.79% | 0.58% | - |
| HSV(B) | 70.71º | 0.72% | 0.91% | - |
| XYZ | 54.72 | 71.36 | 15.89 | - |
| YUV | 204.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 65 | 0.13 | 0 | 0.72 | 0.09 | 70.71 | 0.79 | 0.58 |
| Hex | CB | E9 | 41 | D | 0 | 48 | 9 | 47 | 4F | 3A |
| Octal | 313 | 351 | 101 | 15 | 0 | 110 | 11 | 107 | 117 | 72 |
| Binary | 11001011 | 11101001 | 1000001 | 1101 | 0 | 1001000 | 1001 | 1000111 | 1001111 | 111010 |
Color Harmonies of #CBE941
Complementary color
Monochromatic Colors of #CBE941
Black with #CBE941
Text Example
Text Example
White with #CBE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE941; }
p { color: rgb(203,233,65); }
H1.HeaderClassName
{
color: #CBE941;
}
.AnyTagClassName
{
color: #CBE941;
}
</style>
background-color css
<style>
a { background-color: #CBE941; }
a { background-color: rgb(203,233,65); }
div.DivClassName
{
background-color: #CBE941;
}
.BgClassName
{
background-color: #CBE941;
}
</style>
border-color css
<style>
span { border-color: #CBE941; }
span { border-color: rgb(203,233,65); }
td.TdClassName
{
border-color: #CBE941;
}
.TagClassName
{
border-color: #CBE941;
}
</style>