Shades of Pear #CBE840
Tints of Pear #CBE840
RGB
CMYK
RGB Variations
Color information
#CBE840 (or 0xCBE840) is known color: Pear. HEX triplet: CB, E8 and 40. RGB value is (203,232,64). Sum of RGB (Red+Green+Blue) = 203+232+64=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE840 is #3417BF. Grayscale: #CCCCCC. Windows color (decimal): -3413952 or 4253899. OLE color: 4253899.
HSL color Cylindrical-coordinate representation of color #CBE840: hue angle of 70.36º 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 #CBE840 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 64 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.09 |
| HSL | 70.36º | 0.79% | 0.58% | - |
| HSV(B) | 70.36º | 0.72% | 0.91% | - |
| XYZ | 54.41 | 70.78 | 15.64 | - |
| YUV | 204.18 | 48.89 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 64 | 0.12 | 0 | 0.72 | 0.09 | 70.36 | 0.79 | 0.58 |
| Hex | CB | E8 | 40 | C | 0 | 48 | 9 | 46 | 4F | 3A |
| Octal | 313 | 350 | 100 | 14 | 0 | 110 | 11 | 106 | 117 | 72 |
| Binary | 11001011 | 11101000 | 1000000 | 1100 | 0 | 1001000 | 1001 | 1000110 | 1001111 | 111010 |
Color Harmonies of #CBE840
Complementary color
Monochromatic Colors of #CBE840
Black with #CBE840
Text Example
Text Example
White with #CBE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE840; }
p { color: rgb(203,232,64); }
H1.HeaderClassName
{
color: #CBE840;
}
.AnyTagClassName
{
color: #CBE840;
}
</style>
background-color css
<style>
a { background-color: #CBE840; }
a { background-color: rgb(203,232,64); }
div.DivClassName
{
background-color: #CBE840;
}
.BgClassName
{
background-color: #CBE840;
}
</style>
border-color css
<style>
span { border-color: #CBE840; }
span { border-color: rgb(203,232,64); }
td.TdClassName
{
border-color: #CBE840;
}
.TagClassName
{
border-color: #CBE840;
}
</style>