Shades of Pear #CBE52D
Tints of Pear #CBE52D
RGB
CMYK
RGB Variations
Color information
#CBE52D (or 0xCBE52D) is known color: Pear. HEX triplet: CB, E5 and 2D. RGB value is (203,229,45). Sum of RGB (Red+Green+Blue) = 203+229+45=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE52D is #341AD2. Grayscale: #C8C8C8. Windows color (decimal): -3414739 or 3007947. OLE color: 3007947.
HSL color Cylindrical-coordinate representation of color #CBE52D: hue angle of 68.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBE52D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 45 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.10 |
| HSL | 68.48º | 0.78% | 0.54% | - |
| HSV(B) | 68.48º | 0.8% | 0.9% | - |
| XYZ | 53.12 | 68.92 | 12.99 | - |
| YUV | 200.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 45 | 0.11 | 0 | 0.80 | 0.10 | 68.48 | 0.78 | 0.54 |
| Hex | CB | E5 | 2D | B | 0 | 50 | A | 44 | 4E | 36 |
| Octal | 313 | 345 | 55 | 13 | 0 | 120 | 12 | 104 | 116 | 66 |
| Binary | 11001011 | 11100101 | 101101 | 1011 | 0 | 1010000 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CBE52D
Complementary color
Monochromatic Colors of #CBE52D
Black with #CBE52D
Text Example
Text Example
White with #CBE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE52D; }
p { color: rgb(203,229,45); }
H1.HeaderClassName
{
color: #CBE52D;
}
.AnyTagClassName
{
color: #CBE52D;
}
</style>
background-color css
<style>
a { background-color: #CBE52D; }
a { background-color: rgb(203,229,45); }
div.DivClassName
{
background-color: #CBE52D;
}
.BgClassName
{
background-color: #CBE52D;
}
</style>
border-color css
<style>
span { border-color: #CBE52D; }
span { border-color: rgb(203,229,45); }
td.TdClassName
{
border-color: #CBE52D;
}
.TagClassName
{
border-color: #CBE52D;
}
</style>