Shades of Pear #CBE63A
Tints of Pear #CBE63A
RGB
CMYK
RGB Variations
Color information
#CBE63A (or 0xCBE63A) is known color: Pear. HEX triplet: CB, E6 and 3A. RGB value is (203,230,58). Sum of RGB (Red+Green+Blue) = 203+230+58=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE63A is #3419C5. Grayscale: #CACACA. Windows color (decimal): -3414470 or 3860171. OLE color: 3860171.
HSL color Cylindrical-coordinate representation of color #CBE63A: hue angle of 69.42º 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 #CBE63A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 58 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.10 |
| HSL | 69.42º | 0.77% | 0.56% | - |
| HSV(B) | 69.42º | 0.75% | 0.9% | - |
| XYZ | 53.69 | 69.6 | 14.61 | - |
| YUV | 202.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 58 | 0.12 | 0 | 0.75 | 0.10 | 69.42 | 0.77 | 0.56 |
| Hex | CB | E6 | 3A | C | 0 | 4B | A | 45 | 4D | 38 |
| Octal | 313 | 346 | 72 | 14 | 0 | 113 | 12 | 105 | 115 | 70 |
| Binary | 11001011 | 11100110 | 111010 | 1100 | 0 | 1001011 | 1010 | 1000101 | 1001101 | 111000 |
Color Harmonies of #CBE63A
Complementary color
Monochromatic Colors of #CBE63A
Black with #CBE63A
Text Example
Text Example
White with #CBE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE63A; }
p { color: rgb(203,230,58); }
H1.HeaderClassName
{
color: #CBE63A;
}
.AnyTagClassName
{
color: #CBE63A;
}
</style>
background-color css
<style>
a { background-color: #CBE63A; }
a { background-color: rgb(203,230,58); }
div.DivClassName
{
background-color: #CBE63A;
}
.BgClassName
{
background-color: #CBE63A;
}
</style>
border-color css
<style>
span { border-color: #CBE63A; }
span { border-color: rgb(203,230,58); }
td.TdClassName
{
border-color: #CBE63A;
}
.TagClassName
{
border-color: #CBE63A;
}
</style>