Shades of Pear #CBE539
Tints of Pear #CBE539
RGB
CMYK
RGB Variations
Color information
#CBE539 (or 0xCBE539) is known color: Pear. HEX triplet: CB, E5 and 39. RGB value is (203,229,57). Sum of RGB (Red+Green+Blue) = 203+229+57=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 57 (22.66% from 255 or 11.66% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE539 is #341AC6. Grayscale: #CACACA. Windows color (decimal): -3414727 or 3794379. OLE color: 3794379.
HSL color Cylindrical-coordinate representation of color #CBE539: hue angle of 69.07º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE539 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 57 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.10 |
| HSL | 69.07º | 0.77% | 0.56% | - |
| HSV(B) | 69.07º | 0.75% | 0.9% | - |
| XYZ | 53.39 | 69.03 | 14.38 | - |
| YUV | 201.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 57 | 0.11 | 0 | 0.75 | 0.10 | 69.07 | 0.77 | 0.56 |
| Hex | CB | E5 | 39 | B | 0 | 4B | A | 45 | 4D | 38 |
| Octal | 313 | 345 | 71 | 13 | 0 | 113 | 12 | 105 | 115 | 70 |
| Binary | 11001011 | 11100101 | 111001 | 1011 | 0 | 1001011 | 1010 | 1000101 | 1001101 | 111000 |
Color Harmonies of #CBE539
Complementary color
Monochromatic Colors of #CBE539
Black with #CBE539
Text Example
Text Example
White with #CBE539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE539; }
p { color: rgb(203,229,57); }
H1.HeaderClassName
{
color: #CBE539;
}
.AnyTagClassName
{
color: #CBE539;
}
</style>
background-color css
<style>
a { background-color: #CBE539; }
a { background-color: rgb(203,229,57); }
div.DivClassName
{
background-color: #CBE539;
}
.BgClassName
{
background-color: #CBE539;
}
</style>
border-color css
<style>
span { border-color: #CBE539; }
span { border-color: rgb(203,229,57); }
td.TdClassName
{
border-color: #CBE539;
}
.TagClassName
{
border-color: #CBE539;
}
</style>