Shades of Pear #CBED2C
Tints of Pear #CBED2C
RGB
CMYK
RGB Variations
Color information
#CBED2C (or 0xCBED2C) is known color: Pear. HEX triplet: CB, ED and 2C. RGB value is (203,237,44). Sum of RGB (Red+Green+Blue) = 203+237+44=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED2C is #3412D3. Grayscale: #CDCDCD. Windows color (decimal): -3412692 or 2944459. OLE color: 2944459.
HSL color Cylindrical-coordinate representation of color #CBED2C: hue angle of 70.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBED2C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 44 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.07 |
| HSL | 70.57º | 0.84% | 0.55% | - |
| HSV(B) | 70.57º | 0.81% | 0.93% | - |
| XYZ | 55.37 | 73.45 | 13.64 | - |
| YUV | 204.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 44 | 0.14 | 0 | 0.81 | 0.07 | 70.57 | 0.84 | 0.55 |
| Hex | CB | ED | 2C | E | 0 | 51 | 7 | 47 | 54 | 37 |
| Octal | 313 | 355 | 54 | 16 | 0 | 121 | 7 | 107 | 124 | 67 |
| Binary | 11001011 | 11101101 | 101100 | 1110 | 0 | 1010001 | 111 | 1000111 | 1010100 | 110111 |
Color Harmonies of #CBED2C
Complementary color
Monochromatic Colors of #CBED2C
Black with #CBED2C
Text Example
Text Example
White with #CBED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED2C; }
p { color: rgb(203,237,44); }
H1.HeaderClassName
{
color: #CBED2C;
}
.AnyTagClassName
{
color: #CBED2C;
}
</style>
background-color css
<style>
a { background-color: #CBED2C; }
a { background-color: rgb(203,237,44); }
div.DivClassName
{
background-color: #CBED2C;
}
.BgClassName
{
background-color: #CBED2C;
}
</style>
border-color css
<style>
span { border-color: #CBED2C; }
span { border-color: rgb(203,237,44); }
td.TdClassName
{
border-color: #CBED2C;
}
.TagClassName
{
border-color: #CBED2C;
}
</style>