Shades of Pear #CBE32C
Tints of Pear #CBE32C
RGB
CMYK
RGB Variations
Color information
#CBE32C (or 0xCBE32C) is known color: Pear. HEX triplet: CB, E3 and 2C. RGB value is (203,227,44). Sum of RGB (Red+Green+Blue) = 203+227+44=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE32C is #341CD3. Grayscale: #C7C7C7. Windows color (decimal): -3415252 or 2941899. OLE color: 2941899.
HSL color Cylindrical-coordinate representation of color #CBE32C: hue angle of 67.87º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBE32C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 44 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.11 |
| HSL | 67.87º | 0.77% | 0.53% | - |
| HSV(B) | 67.87º | 0.81% | 0.89% | - |
| XYZ | 52.55 | 67.82 | 12.7 | - |
| YUV | 198.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 44 | 0.11 | 0 | 0.81 | 0.11 | 67.87 | 0.77 | 0.53 |
| Hex | CB | E3 | 2C | B | 0 | 51 | B | 44 | 4D | 35 |
| Octal | 313 | 343 | 54 | 13 | 0 | 121 | 13 | 104 | 115 | 65 |
| Binary | 11001011 | 11100011 | 101100 | 1011 | 0 | 1010001 | 1011 | 1000100 | 1001101 | 110101 |
Color Harmonies of #CBE32C
Complementary color
Monochromatic Colors of #CBE32C
Black with #CBE32C
Text Example
Text Example
White with #CBE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE32C; }
p { color: rgb(203,227,44); }
H1.HeaderClassName
{
color: #CBE32C;
}
.AnyTagClassName
{
color: #CBE32C;
}
</style>
background-color css
<style>
a { background-color: #CBE32C; }
a { background-color: rgb(203,227,44); }
div.DivClassName
{
background-color: #CBE32C;
}
.BgClassName
{
background-color: #CBE32C;
}
</style>
border-color css
<style>
span { border-color: #CBE32C; }
span { border-color: rgb(203,227,44); }
td.TdClassName
{
border-color: #CBE32C;
}
.TagClassName
{
border-color: #CBE32C;
}
</style>