Shades of Pear #CBE51B
Tints of Pear #CBE51B
RGB
CMYK
RGB Variations
Color information
#CBE51B (or 0xCBE51B) is known color: Pear. HEX triplet: CB, E5 and 1B. RGB value is (203,229,27). Sum of RGB (Red+Green+Blue) = 203+229+27=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE51B is #341AE4. Grayscale: #C6C6C6. Windows color (decimal): -3414757 or 1828299. OLE color: 1828299.
HSL color Cylindrical-coordinate representation of color #CBE51B: hue angle of 67.72º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE51B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.10 |
| HSL | 67.72º | 0.8% | 0.5% | - |
| HSV(B) | 67.72º | 0.88% | 0.9% | - |
| XYZ | 52.85 | 68.81 | 11.53 | - |
| YUV | 198.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 27 | 0.11 | 0 | 0.88 | 0.10 | 67.72 | 0.8 | 0.5 |
| Hex | CB | E5 | 1B | B | 0 | 58 | A | 44 | 50 | 32 |
| Octal | 313 | 345 | 33 | 13 | 0 | 130 | 12 | 104 | 120 | 62 |
| Binary | 11001011 | 11100101 | 11011 | 1011 | 0 | 1011000 | 1010 | 1000100 | 1010000 | 110010 |
Color Harmonies of #CBE51B
Complementary color
Monochromatic Colors of #CBE51B
Black with #CBE51B
Text Example
Text Example
White with #CBE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE51B; }
p { color: rgb(203,229,27); }
H1.HeaderClassName
{
color: #CBE51B;
}
.AnyTagClassName
{
color: #CBE51B;
}
</style>
background-color css
<style>
a { background-color: #CBE51B; }
a { background-color: rgb(203,229,27); }
div.DivClassName
{
background-color: #CBE51B;
}
.BgClassName
{
background-color: #CBE51B;
}
</style>
border-color css
<style>
span { border-color: #CBE51B; }
span { border-color: rgb(203,229,27); }
td.TdClassName
{
border-color: #CBE51B;
}
.TagClassName
{
border-color: #CBE51B;
}
</style>