Shades of Pear #CBEA2D
Tints of Pear #CBEA2D
RGB
CMYK
RGB Variations
Color information
#CBEA2D (or 0xCBEA2D) is known color: Pear. HEX triplet: CB, EA and 2D. RGB value is (203,234,45). Sum of RGB (Red+Green+Blue) = 203+234+45=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEA2D is #3415D2. Grayscale: #CBCBCB. Windows color (decimal): -3413459 or 3009227. OLE color: 3009227.
HSL color Cylindrical-coordinate representation of color #CBEA2D: hue angle of 69.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBEA2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 45 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.08 |
| HSL | 69.84º | 0.82% | 0.55% | - |
| HSV(B) | 69.84º | 0.81% | 0.92% | - |
| XYZ | 54.53 | 71.73 | 13.45 | - |
| YUV | 203.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 45 | 0.13 | 0 | 0.81 | 0.08 | 69.84 | 0.82 | 0.55 |
| Hex | CB | EA | 2D | D | 0 | 51 | 8 | 46 | 52 | 37 |
| Octal | 313 | 352 | 55 | 15 | 0 | 121 | 10 | 106 | 122 | 67 |
| Binary | 11001011 | 11101010 | 101101 | 1101 | 0 | 1010001 | 1000 | 1000110 | 1010010 | 110111 |
Color Harmonies of #CBEA2D
Complementary color
Monochromatic Colors of #CBEA2D
Black with #CBEA2D
Text Example
Text Example
White with #CBEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA2D; }
p { color: rgb(203,234,45); }
H1.HeaderClassName
{
color: #CBEA2D;
}
.AnyTagClassName
{
color: #CBEA2D;
}
</style>
background-color css
<style>
a { background-color: #CBEA2D; }
a { background-color: rgb(203,234,45); }
div.DivClassName
{
background-color: #CBEA2D;
}
.BgClassName
{
background-color: #CBEA2D;
}
</style>
border-color css
<style>
span { border-color: #CBEA2D; }
span { border-color: rgb(203,234,45); }
td.TdClassName
{
border-color: #CBEA2D;
}
.TagClassName
{
border-color: #CBEA2D;
}
</style>