Shades of Pear #CBEC3F
Tints of Pear #CBEC3F
RGB
CMYK
RGB Variations
Color information
#CBEC3F (or 0xCBEC3F) is known color: Pear. HEX triplet: CB, EC and 3F. RGB value is (203,236,63). Sum of RGB (Red+Green+Blue) = 203+236+63=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEC3F is #3413C0. Grayscale: #CFCFCF. Windows color (decimal): -3412929 or 4189387. OLE color: 4189387.
HSL color Cylindrical-coordinate representation of color #CBEC3F: hue angle of 71.45º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEC3F is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 63 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.07 |
| HSL | 71.45º | 0.82% | 0.59% | - |
| HSV(B) | 71.45º | 0.73% | 0.93% | - |
| XYZ | 55.52 | 73.05 | 15.88 | - |
| YUV | 206.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 63 | 0.14 | 0 | 0.73 | 0.07 | 71.45 | 0.82 | 0.59 |
| Hex | CB | EC | 3F | E | 0 | 49 | 7 | 47 | 52 | 3B |
| Octal | 313 | 354 | 77 | 16 | 0 | 111 | 7 | 107 | 122 | 73 |
| Binary | 11001011 | 11101100 | 111111 | 1110 | 0 | 1001001 | 111 | 1000111 | 1010010 | 111011 |
Color Harmonies of #CBEC3F
Complementary color
Monochromatic Colors of #CBEC3F
Black with #CBEC3F
Text Example
Text Example
White with #CBEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC3F; }
p { color: rgb(203,236,63); }
H1.HeaderClassName
{
color: #CBEC3F;
}
.AnyTagClassName
{
color: #CBEC3F;
}
</style>
background-color css
<style>
a { background-color: #CBEC3F; }
a { background-color: rgb(203,236,63); }
div.DivClassName
{
background-color: #CBEC3F;
}
.BgClassName
{
background-color: #CBEC3F;
}
</style>
border-color css
<style>
span { border-color: #CBEC3F; }
span { border-color: rgb(203,236,63); }
td.TdClassName
{
border-color: #CBEC3F;
}
.TagClassName
{
border-color: #CBEC3F;
}
</style>