Shades of Pear #CBE117
Tints of Pear #CBE117
RGB
CMYK
RGB Variations
Color information
#CBE117 (or 0xCBE117) is known color: Pear. HEX triplet: CB, E1 and 17. RGB value is (203,225,23). Sum of RGB (Red+Green+Blue) = 203+225+23=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE117 is #341EE8. Grayscale: #C4C4C4. Windows color (decimal): -3415785 or 1565131. OLE color: 1565131.
HSL color Cylindrical-coordinate representation of color #CBE117: hue angle of 66.53º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBE117 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 23 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.12 |
| HSL | 66.53º | 0.81% | 0.49% | - |
| HSV(B) | 66.53º | 0.9% | 0.88% | - |
| XYZ | 51.71 | 66.61 | 10.94 | - |
| YUV | 195.39 | 30.71 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 23 | 0.10 | 0 | 0.90 | 0.12 | 66.53 | 0.81 | 0.49 |
| Hex | CB | E1 | 17 | A | 0 | 5A | C | 43 | 51 | 31 |
| Octal | 313 | 341 | 27 | 12 | 0 | 132 | 14 | 103 | 121 | 61 |
| Binary | 11001011 | 11100001 | 10111 | 1010 | 0 | 1011010 | 1100 | 1000011 | 1010001 | 110001 |
Color Harmonies of #CBE117
Complementary color
Monochromatic Colors of #CBE117
Black with #CBE117
Text Example
Text Example
White with #CBE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE117; }
p { color: rgb(203,225,23); }
H1.HeaderClassName
{
color: #CBE117;
}
.AnyTagClassName
{
color: #CBE117;
}
</style>
background-color css
<style>
a { background-color: #CBE117; }
a { background-color: rgb(203,225,23); }
div.DivClassName
{
background-color: #CBE117;
}
.BgClassName
{
background-color: #CBE117;
}
</style>
border-color css
<style>
span { border-color: #CBE117; }
span { border-color: rgb(203,225,23); }
td.TdClassName
{
border-color: #CBE117;
}
.TagClassName
{
border-color: #CBE117;
}
</style>