Shades of Pear #CBEB17
Tints of Pear #CBEB17
RGB
CMYK
RGB Variations
Color information
#CBEB17 (or 0xCBEB17) is known color: Pear. HEX triplet: CB, EB and 17. RGB value is (203,235,23). Sum of RGB (Red+Green+Blue) = 203+235+23=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB17 is #3414E8. Grayscale: #CACACA. Windows color (decimal): -3413225 or 1567691. OLE color: 1567691.
HSL color Cylindrical-coordinate representation of color #CBEB17: hue angle of 69.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBEB17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.08 |
| HSL | 69.06º | 0.84% | 0.51% | - |
| HSV(B) | 69.06º | 0.9% | 0.92% | - |
| XYZ | 54.49 | 72.18 | 11.87 | - |
| YUV | 201.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 23 | 0.14 | 0 | 0.90 | 0.08 | 69.06 | 0.84 | 0.51 |
| Hex | CB | EB | 17 | E | 0 | 5A | 8 | 45 | 54 | 33 |
| Octal | 313 | 353 | 27 | 16 | 0 | 132 | 10 | 105 | 124 | 63 |
| Binary | 11001011 | 11101011 | 10111 | 1110 | 0 | 1011010 | 1000 | 1000101 | 1010100 | 110011 |
Color Harmonies of #CBEB17
Complementary color
Monochromatic Colors of #CBEB17
Black with #CBEB17
Text Example
Text Example
White with #CBEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB17; }
p { color: rgb(203,235,23); }
H1.HeaderClassName
{
color: #CBEB17;
}
.AnyTagClassName
{
color: #CBEB17;
}
</style>
background-color css
<style>
a { background-color: #CBEB17; }
a { background-color: rgb(203,235,23); }
div.DivClassName
{
background-color: #CBEB17;
}
.BgClassName
{
background-color: #CBEB17;
}
</style>
border-color css
<style>
span { border-color: #CBEB17; }
span { border-color: rgb(203,235,23); }
td.TdClassName
{
border-color: #CBEB17;
}
.TagClassName
{
border-color: #CBEB17;
}
</style>