Shades of Pear #CBE020
Tints of Pear #CBE020
RGB
CMYK
RGB Variations
Color information
#CBE020 (or 0xCBE020) is known color: Pear. HEX triplet: CB, E0 and 20. RGB value is (203,224,32). Sum of RGB (Red+Green+Blue) = 203+224+32=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE020 is #341FDF. Grayscale: #C4C4C4. Windows color (decimal): -3416032 or 2154699. OLE color: 2154699.
HSL color Cylindrical-coordinate representation of color #CBE020: hue angle of 66.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE020 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.12 |
| HSL | 66.56º | 0.76% | 0.5% | - |
| HSV(B) | 66.56º | 0.86% | 0.88% | - |
| XYZ | 51.54 | 66.11 | 11.41 | - |
| YUV | 195.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 32 | 0.09 | 0 | 0.86 | 0.12 | 66.56 | 0.76 | 0.5 |
| Hex | CB | E0 | 20 | 9 | 0 | 56 | C | 43 | 4C | 32 |
| Octal | 313 | 340 | 40 | 11 | 0 | 126 | 14 | 103 | 114 | 62 |
| Binary | 11001011 | 11100000 | 100000 | 1001 | 0 | 1010110 | 1100 | 1000011 | 1001100 | 110010 |
Color Harmonies of #CBE020
Complementary color
Monochromatic Colors of #CBE020
Black with #CBE020
Text Example
Text Example
White with #CBE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE020; }
p { color: rgb(203,224,32); }
H1.HeaderClassName
{
color: #CBE020;
}
.AnyTagClassName
{
color: #CBE020;
}
</style>
background-color css
<style>
a { background-color: #CBE020; }
a { background-color: rgb(203,224,32); }
div.DivClassName
{
background-color: #CBE020;
}
.BgClassName
{
background-color: #CBE020;
}
</style>
border-color css
<style>
span { border-color: #CBE020; }
span { border-color: rgb(203,224,32); }
td.TdClassName
{
border-color: #CBE020;
}
.TagClassName
{
border-color: #CBE020;
}
</style>