Shades of Pear #CBE01B
Tints of Pear #CBE01B
RGB
CMYK
RGB Variations
Color information
#CBE01B (or 0xCBE01B) is known color: Pear. HEX triplet: CB, E0 and 1B. RGB value is (203,224,27). Sum of RGB (Red+Green+Blue) = 203+224+27=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE01B is #341FE4. Grayscale: #C4C4C4. Windows color (decimal): -3416037 or 1827019. OLE color: 1827019.
HSL color Cylindrical-coordinate representation of color #CBE01B: hue angle of 66.4º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE01B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.4º | 0.78% | 0.49% | - |
| HSV(B) | 66.4º | 0.88% | 0.88% | - |
| XYZ | 51.48 | 66.09 | 11.08 | - |
| YUV | 195.26 | 33.04 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 27 | 0.09 | 0 | 0.88 | 0.12 | 66.4 | 0.78 | 0.49 |
| Hex | CB | E0 | 1B | 9 | 0 | 58 | C | 42 | 4E | 31 |
| Octal | 313 | 340 | 33 | 11 | 0 | 130 | 14 | 102 | 116 | 61 |
| Binary | 11001011 | 11100000 | 11011 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CBE01B
Complementary color
Monochromatic Colors of #CBE01B
Black with #CBE01B
Text Example
Text Example
White with #CBE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE01B; }
p { color: rgb(203,224,27); }
H1.HeaderClassName
{
color: #CBE01B;
}
.AnyTagClassName
{
color: #CBE01B;
}
</style>
background-color css
<style>
a { background-color: #CBE01B; }
a { background-color: rgb(203,224,27); }
div.DivClassName
{
background-color: #CBE01B;
}
.BgClassName
{
background-color: #CBE01B;
}
</style>
border-color css
<style>
span { border-color: #CBE01B; }
span { border-color: rgb(203,224,27); }
td.TdClassName
{
border-color: #CBE01B;
}
.TagClassName
{
border-color: #CBE01B;
}
</style>