Shades of Pear #CBE11C
Tints of Pear #CBE11C
RGB
CMYK
RGB Variations
Color information
#CBE11C (or 0xCBE11C) is known color: Pear. HEX triplet: CB, E1 and 1C. RGB value is (203,225,28). Sum of RGB (Red+Green+Blue) = 203+225+28=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE11C is #341EE3. Grayscale: #C4C4C4. Windows color (decimal): -3415780 or 1892811. OLE color: 1892811.
HSL color Cylindrical-coordinate representation of color #CBE11C: hue angle of 66.7º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE11C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.12 |
| HSL | 66.7º | 0.78% | 0.5% | - |
| HSV(B) | 66.7º | 0.88% | 0.88% | - |
| XYZ | 51.76 | 66.63 | 11.23 | - |
| YUV | 195.96 | 33.21 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 28 | 0.10 | 0 | 0.88 | 0.12 | 66.7 | 0.78 | 0.5 |
| Hex | CB | E1 | 1C | A | 0 | 58 | C | 43 | 4E | 32 |
| Octal | 313 | 341 | 34 | 12 | 0 | 130 | 14 | 103 | 116 | 62 |
| Binary | 11001011 | 11100001 | 11100 | 1010 | 0 | 1011000 | 1100 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CBE11C
Complementary color
Monochromatic Colors of #CBE11C
Black with #CBE11C
Text Example
Text Example
White with #CBE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE11C; }
p { color: rgb(203,225,28); }
H1.HeaderClassName
{
color: #CBE11C;
}
.AnyTagClassName
{
color: #CBE11C;
}
</style>
background-color css
<style>
a { background-color: #CBE11C; }
a { background-color: rgb(203,225,28); }
div.DivClassName
{
background-color: #CBE11C;
}
.BgClassName
{
background-color: #CBE11C;
}
</style>
border-color css
<style>
span { border-color: #CBE11C; }
span { border-color: rgb(203,225,28); }
td.TdClassName
{
border-color: #CBE11C;
}
.TagClassName
{
border-color: #CBE11C;
}
</style>