Shades of Pear #CBEB3F
Tints of Pear #CBEB3F
RGB
CMYK
RGB Variations
Color information
#CBEB3F (or 0xCBEB3F) is known color: Pear. HEX triplet: CB, EB and 3F. RGB value is (203,235,63). Sum of RGB (Red+Green+Blue) = 203+235+63=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEB3F is #3414C0. Grayscale: #CECECE. Windows color (decimal): -3413185 or 4189131. OLE color: 4189131.
HSL color Cylindrical-coordinate representation of color #CBEB3F: hue angle of 71.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEB3F is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 63 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.08 |
| HSL | 71.16º | 0.81% | 0.58% | - |
| HSV(B) | 71.16º | 0.73% | 0.92% | - |
| XYZ | 55.23 | 72.47 | 15.78 | - |
| YUV | 205.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 63 | 0.14 | 0 | 0.73 | 0.08 | 71.16 | 0.81 | 0.58 |
| Hex | CB | EB | 3F | E | 0 | 49 | 8 | 47 | 51 | 3A |
| Octal | 313 | 353 | 77 | 16 | 0 | 111 | 10 | 107 | 121 | 72 |
| Binary | 11001011 | 11101011 | 111111 | 1110 | 0 | 1001001 | 1000 | 1000111 | 1010001 | 111010 |
Color Harmonies of #CBEB3F
Complementary color
Monochromatic Colors of #CBEB3F
Black with #CBEB3F
Text Example
Text Example
White with #CBEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB3F; }
p { color: rgb(203,235,63); }
H1.HeaderClassName
{
color: #CBEB3F;
}
.AnyTagClassName
{
color: #CBEB3F;
}
</style>
background-color css
<style>
a { background-color: #CBEB3F; }
a { background-color: rgb(203,235,63); }
div.DivClassName
{
background-color: #CBEB3F;
}
.BgClassName
{
background-color: #CBEB3F;
}
</style>
border-color css
<style>
span { border-color: #CBEB3F; }
span { border-color: rgb(203,235,63); }
td.TdClassName
{
border-color: #CBEB3F;
}
.TagClassName
{
border-color: #CBEB3F;
}
</style>