Shades of Pear #CBE62C
Tints of Pear #CBE62C
RGB
CMYK
RGB Variations
Color information
#CBE62C (or 0xCBE62C) is known color: Pear. HEX triplet: CB, E6 and 2C. RGB value is (203,230,44). Sum of RGB (Red+Green+Blue) = 203+230+44=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE62C is #3419D3. Grayscale: #C9C9C9. Windows color (decimal): -3414484 or 2942667. OLE color: 2942667.
HSL color Cylindrical-coordinate representation of color #CBE62C: hue angle of 68.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBE62C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 44 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.10 |
| HSL | 68.71º | 0.79% | 0.54% | - |
| HSV(B) | 68.71º | 0.81% | 0.9% | - |
| XYZ | 53.38 | 69.47 | 12.98 | - |
| YUV | 200.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 44 | 0.12 | 0 | 0.81 | 0.10 | 68.71 | 0.79 | 0.54 |
| Hex | CB | E6 | 2C | C | 0 | 51 | A | 45 | 4F | 36 |
| Octal | 313 | 346 | 54 | 14 | 0 | 121 | 12 | 105 | 117 | 66 |
| Binary | 11001011 | 11100110 | 101100 | 1100 | 0 | 1010001 | 1010 | 1000101 | 1001111 | 110110 |
Color Harmonies of #CBE62C
Complementary color
Monochromatic Colors of #CBE62C
Black with #CBE62C
Text Example
Text Example
White with #CBE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE62C; }
p { color: rgb(203,230,44); }
H1.HeaderClassName
{
color: #CBE62C;
}
.AnyTagClassName
{
color: #CBE62C;
}
</style>
background-color css
<style>
a { background-color: #CBE62C; }
a { background-color: rgb(203,230,44); }
div.DivClassName
{
background-color: #CBE62C;
}
.BgClassName
{
background-color: #CBE62C;
}
</style>
border-color css
<style>
span { border-color: #CBE62C; }
span { border-color: rgb(203,230,44); }
td.TdClassName
{
border-color: #CBE62C;
}
.TagClassName
{
border-color: #CBE62C;
}
</style>