Shades of Pear #CBEC3A
Tints of Pear #CBEC3A
RGB
CMYK
RGB Variations
Color information
#CBEC3A (or 0xCBEC3A) is known color: Pear. HEX triplet: CB, EC and 3A. RGB value is (203,236,58). Sum of RGB (Red+Green+Blue) = 203+236+58=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC3A is #3413C5. Grayscale: #CECECE. Windows color (decimal): -3412934 or 3861707. OLE color: 3861707.
HSL color Cylindrical-coordinate representation of color #CBEC3A: hue angle of 71.12º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBEC3A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 58 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.07 |
| HSL | 71.12º | 0.82% | 0.58% | - |
| HSV(B) | 71.12º | 0.75% | 0.93% | - |
| XYZ | 55.39 | 72.99 | 15.17 | - |
| YUV | 205.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 58 | 0.14 | 0 | 0.75 | 0.07 | 71.12 | 0.82 | 0.58 |
| Hex | CB | EC | 3A | E | 0 | 4B | 7 | 47 | 52 | 3A |
| Octal | 313 | 354 | 72 | 16 | 0 | 113 | 7 | 107 | 122 | 72 |
| Binary | 11001011 | 11101100 | 111010 | 1110 | 0 | 1001011 | 111 | 1000111 | 1010010 | 111010 |
Color Harmonies of #CBEC3A
Complementary color
Monochromatic Colors of #CBEC3A
Black with #CBEC3A
Text Example
Text Example
White with #CBEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC3A; }
p { color: rgb(203,236,58); }
H1.HeaderClassName
{
color: #CBEC3A;
}
.AnyTagClassName
{
color: #CBEC3A;
}
</style>
background-color css
<style>
a { background-color: #CBEC3A; }
a { background-color: rgb(203,236,58); }
div.DivClassName
{
background-color: #CBEC3A;
}
.BgClassName
{
background-color: #CBEC3A;
}
</style>
border-color css
<style>
span { border-color: #CBEC3A; }
span { border-color: rgb(203,236,58); }
td.TdClassName
{
border-color: #CBEC3A;
}
.TagClassName
{
border-color: #CBEC3A;
}
</style>