Shades of Pear #CBE215
Tints of Pear #CBE215
RGB
CMYK
RGB Variations
Color information
#CBE215 (or 0xCBE215) is known color: Pear. HEX triplet: CB, E2 and 15. RGB value is (203,226,21). Sum of RGB (Red+Green+Blue) = 203+226+21=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE215 is #341DEA. Grayscale: #C4C4C4. Windows color (decimal): -3415531 or 1434315. OLE color: 1434315.
HSL color Cylindrical-coordinate representation of color #CBE215: hue angle of 66.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBE215 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.11 |
| HSL | 66.73º | 0.83% | 0.48% | - |
| HSV(B) | 66.73º | 0.91% | 0.89% | - |
| XYZ | 51.96 | 67.14 | 10.93 | - |
| YUV | 195.75 | 29.38 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 21 | 0.10 | 0 | 0.91 | 0.11 | 66.73 | 0.83 | 0.48 |
| Hex | CB | E2 | 15 | A | 0 | 5B | B | 43 | 53 | 30 |
| Octal | 313 | 342 | 25 | 12 | 0 | 133 | 13 | 103 | 123 | 60 |
| Binary | 11001011 | 11100010 | 10101 | 1010 | 0 | 1011011 | 1011 | 1000011 | 1010011 | 110000 |
Color Harmonies of #CBE215
Complementary color
Monochromatic Colors of #CBE215
Black with #CBE215
Text Example
Text Example
White with #CBE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE215; }
p { color: rgb(203,226,21); }
H1.HeaderClassName
{
color: #CBE215;
}
.AnyTagClassName
{
color: #CBE215;
}
</style>
background-color css
<style>
a { background-color: #CBE215; }
a { background-color: rgb(203,226,21); }
div.DivClassName
{
background-color: #CBE215;
}
.BgClassName
{
background-color: #CBE215;
}
</style>
border-color css
<style>
span { border-color: #CBE215; }
span { border-color: rgb(203,226,21); }
td.TdClassName
{
border-color: #CBE215;
}
.TagClassName
{
border-color: #CBE215;
}
</style>