Shades of Pear #CBE516
Tints of Pear #CBE516
RGB
CMYK
RGB Variations
Color information
#CBE516 (or 0xCBE516) is known color: Pear. HEX triplet: CB, E5 and 16. RGB value is (203,229,22). Sum of RGB (Red+Green+Blue) = 203+229+22=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE516 is #341AE9. Grayscale: #C6C6C6. Windows color (decimal): -3414762 or 1500619. OLE color: 1500619.
HSL color Cylindrical-coordinate representation of color #CBE516: hue angle of 67.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBE516 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.10 |
| HSL | 67.54º | 0.82% | 0.49% | - |
| HSV(B) | 67.54º | 0.9% | 0.9% | - |
| XYZ | 52.79 | 68.79 | 11.25 | - |
| YUV | 197.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 22 | 0.11 | 0 | 0.90 | 0.10 | 67.54 | 0.82 | 0.49 |
| Hex | CB | E5 | 16 | B | 0 | 5A | A | 44 | 52 | 31 |
| Octal | 313 | 345 | 26 | 13 | 0 | 132 | 12 | 104 | 122 | 61 |
| Binary | 11001011 | 11100101 | 10110 | 1011 | 0 | 1011010 | 1010 | 1000100 | 1010010 | 110001 |
Color Harmonies of #CBE516
Complementary color
Monochromatic Colors of #CBE516
Black with #CBE516
Text Example
Text Example
White with #CBE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE516; }
p { color: rgb(203,229,22); }
H1.HeaderClassName
{
color: #CBE516;
}
.AnyTagClassName
{
color: #CBE516;
}
</style>
background-color css
<style>
a { background-color: #CBE516; }
a { background-color: rgb(203,229,22); }
div.DivClassName
{
background-color: #CBE516;
}
.BgClassName
{
background-color: #CBE516;
}
</style>
border-color css
<style>
span { border-color: #CBE516; }
span { border-color: rgb(203,229,22); }
td.TdClassName
{
border-color: #CBE516;
}
.TagClassName
{
border-color: #CBE516;
}
</style>