Shades of Pear #CBEC2F
Tints of Pear #CBEC2F
RGB
CMYK
RGB Variations
Color information
#CBEC2F (or 0xCBEC2F) is known color: Pear. HEX triplet: CB, EC and 2F. RGB value is (203,236,47). Sum of RGB (Red+Green+Blue) = 203+236+47=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC2F is #3413D0. Grayscale: #CDCDCD. Windows color (decimal): -3412945 or 3140811. OLE color: 3140811.
HSL color Cylindrical-coordinate representation of color #CBEC2F: hue angle of 70.48º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBEC2F is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 47 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.07 |
| HSL | 70.48º | 0.83% | 0.55% | - |
| HSV(B) | 70.48º | 0.8% | 0.93% | - |
| XYZ | 55.14 | 72.89 | 13.85 | - |
| YUV | 204.59 | 39.07 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 47 | 0.14 | 0 | 0.80 | 0.07 | 70.48 | 0.83 | 0.55 |
| Hex | CB | EC | 2F | E | 0 | 50 | 7 | 46 | 53 | 37 |
| Octal | 313 | 354 | 57 | 16 | 0 | 120 | 7 | 106 | 123 | 67 |
| Binary | 11001011 | 11101100 | 101111 | 1110 | 0 | 1010000 | 111 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CBEC2F
Complementary color
Monochromatic Colors of #CBEC2F
Black with #CBEC2F
Text Example
Text Example
White with #CBEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC2F; }
p { color: rgb(203,236,47); }
H1.HeaderClassName
{
color: #CBEC2F;
}
.AnyTagClassName
{
color: #CBEC2F;
}
</style>
background-color css
<style>
a { background-color: #CBEC2F; }
a { background-color: rgb(203,236,47); }
div.DivClassName
{
background-color: #CBEC2F;
}
.BgClassName
{
background-color: #CBEC2F;
}
</style>
border-color css
<style>
span { border-color: #CBEC2F; }
span { border-color: rgb(203,236,47); }
td.TdClassName
{
border-color: #CBEC2F;
}
.TagClassName
{
border-color: #CBEC2F;
}
</style>