Shades of Pear #CBE52B
Tints of Pear #CBE52B
RGB
CMYK
RGB Variations
Color information
#CBE52B (or 0xCBE52B) is known color: Pear. HEX triplet: CB, E5 and 2B. RGB value is (203,229,43). Sum of RGB (Red+Green+Blue) = 203+229+43=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE52B is #341AD4. Grayscale: #C8C8C8. Windows color (decimal): -3414741 or 2876875. OLE color: 2876875.
HSL color Cylindrical-coordinate representation of color #CBE52B: hue angle of 68.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBE52B is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 43 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.10 |
| HSL | 68.39º | 0.78% | 0.53% | - |
| HSV(B) | 68.39º | 0.81% | 0.9% | - |
| XYZ | 53.08 | 68.91 | 12.79 | - |
| YUV | 200.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 43 | 0.11 | 0 | 0.81 | 0.10 | 68.39 | 0.78 | 0.53 |
| Hex | CB | E5 | 2B | B | 0 | 51 | A | 44 | 4E | 35 |
| Octal | 313 | 345 | 53 | 13 | 0 | 121 | 12 | 104 | 116 | 65 |
| Binary | 11001011 | 11100101 | 101011 | 1011 | 0 | 1010001 | 1010 | 1000100 | 1001110 | 110101 |
Color Harmonies of #CBE52B
Complementary color
Monochromatic Colors of #CBE52B
Black with #CBE52B
Text Example
Text Example
White with #CBE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE52B; }
p { color: rgb(203,229,43); }
H1.HeaderClassName
{
color: #CBE52B;
}
.AnyTagClassName
{
color: #CBE52B;
}
</style>
background-color css
<style>
a { background-color: #CBE52B; }
a { background-color: rgb(203,229,43); }
div.DivClassName
{
background-color: #CBE52B;
}
.BgClassName
{
background-color: #CBE52B;
}
</style>
border-color css
<style>
span { border-color: #CBE52B; }
span { border-color: rgb(203,229,43); }
td.TdClassName
{
border-color: #CBE52B;
}
.TagClassName
{
border-color: #CBE52B;
}
</style>