Shades of Pear #CBE521
Tints of Pear #CBE521
RGB
CMYK
RGB Variations
Color information
#CBE521 (or 0xCBE521) is known color: Pear. HEX triplet: CB, E5 and 21. RGB value is (203,229,33). Sum of RGB (Red+Green+Blue) = 203+229+33=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE521 is #341ADE. Grayscale: #C7C7C7. Windows color (decimal): -3414751 or 2221515. OLE color: 2221515.
HSL color Cylindrical-coordinate representation of color #CBE521: hue angle of 67.96º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE521 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.10 |
| HSL | 67.96º | 0.79% | 0.51% | - |
| HSV(B) | 67.96º | 0.86% | 0.9% | - |
| XYZ | 52.92 | 68.84 | 11.94 | - |
| YUV | 198.88 | 34.39 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 33 | 0.11 | 0 | 0.86 | 0.10 | 67.96 | 0.79 | 0.51 |
| Hex | CB | E5 | 21 | B | 0 | 56 | A | 44 | 4F | 33 |
| Octal | 313 | 345 | 41 | 13 | 0 | 126 | 12 | 104 | 117 | 63 |
| Binary | 11001011 | 11100101 | 100001 | 1011 | 0 | 1010110 | 1010 | 1000100 | 1001111 | 110011 |
Color Harmonies of #CBE521
Complementary color
Monochromatic Colors of #CBE521
Black with #CBE521
Text Example
Text Example
White with #CBE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE521; }
p { color: rgb(203,229,33); }
H1.HeaderClassName
{
color: #CBE521;
}
.AnyTagClassName
{
color: #CBE521;
}
</style>
background-color css
<style>
a { background-color: #CBE521; }
a { background-color: rgb(203,229,33); }
div.DivClassName
{
background-color: #CBE521;
}
.BgClassName
{
background-color: #CBE521;
}
</style>
border-color css
<style>
span { border-color: #CBE521; }
span { border-color: rgb(203,229,33); }
td.TdClassName
{
border-color: #CBE521;
}
.TagClassName
{
border-color: #CBE521;
}
</style>