Shades of Pear #CBEC34
Tints of Pear #CBEC34
RGB
CMYK
RGB Variations
Color information
#CBEC34 (or 0xCBEC34) is known color: Pear. HEX triplet: CB, EC and 34. RGB value is (203,236,52). Sum of RGB (Red+Green+Blue) = 203+236+52=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC34 is #3413CB. Grayscale: #CDCDCD. Windows color (decimal): -3412940 or 3468491. OLE color: 3468491.
HSL color Cylindrical-coordinate representation of color #CBEC34: hue angle of 70.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBEC34 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 52 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.07 |
| HSL | 70.76º | 0.83% | 0.56% | - |
| HSV(B) | 70.76º | 0.78% | 0.93% | - |
| XYZ | 55.24 | 72.94 | 14.42 | - |
| YUV | 205.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 52 | 0.14 | 0 | 0.78 | 0.07 | 70.76 | 0.83 | 0.56 |
| Hex | CB | EC | 34 | E | 0 | 4E | 7 | 47 | 53 | 38 |
| Octal | 313 | 354 | 64 | 16 | 0 | 116 | 7 | 107 | 123 | 70 |
| Binary | 11001011 | 11101100 | 110100 | 1110 | 0 | 1001110 | 111 | 1000111 | 1010011 | 111000 |
Color Harmonies of #CBEC34
Complementary color
Monochromatic Colors of #CBEC34
Black with #CBEC34
Text Example
Text Example
White with #CBEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC34; }
p { color: rgb(203,236,52); }
H1.HeaderClassName
{
color: #CBEC34;
}
.AnyTagClassName
{
color: #CBEC34;
}
</style>
background-color css
<style>
a { background-color: #CBEC34; }
a { background-color: rgb(203,236,52); }
div.DivClassName
{
background-color: #CBEC34;
}
.BgClassName
{
background-color: #CBEC34;
}
</style>
border-color css
<style>
span { border-color: #CBEC34; }
span { border-color: rgb(203,236,52); }
td.TdClassName
{
border-color: #CBEC34;
}
.TagClassName
{
border-color: #CBEC34;
}
</style>