Shades of Pear #CBE41B
Tints of Pear #CBE41B
RGB
CMYK
RGB Variations
Color information
#CBE41B (or 0xCBE41B) is known color: Pear. HEX triplet: CB, E4 and 1B. RGB value is (203,228,27). Sum of RGB (Red+Green+Blue) = 203+228+27=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE41B is #341BE4. Grayscale: #C6C6C6. Windows color (decimal): -3415013 or 1828043. OLE color: 1828043.
HSL color Cylindrical-coordinate representation of color #CBE41B: hue angle of 67.46º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE41B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.11 |
| HSL | 67.46º | 0.79% | 0.5% | - |
| HSV(B) | 67.46º | 0.88% | 0.89% | - |
| XYZ | 52.57 | 68.26 | 11.44 | - |
| YUV | 197.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 27 | 0.11 | 0 | 0.88 | 0.11 | 67.46 | 0.79 | 0.5 |
| Hex | CB | E4 | 1B | B | 0 | 58 | B | 43 | 4F | 32 |
| Octal | 313 | 344 | 33 | 13 | 0 | 130 | 13 | 103 | 117 | 62 |
| Binary | 11001011 | 11100100 | 11011 | 1011 | 0 | 1011000 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CBE41B
Complementary color
Monochromatic Colors of #CBE41B
Black with #CBE41B
Text Example
Text Example
White with #CBE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE41B; }
p { color: rgb(203,228,27); }
H1.HeaderClassName
{
color: #CBE41B;
}
.AnyTagClassName
{
color: #CBE41B;
}
</style>
background-color css
<style>
a { background-color: #CBE41B; }
a { background-color: rgb(203,228,27); }
div.DivClassName
{
background-color: #CBE41B;
}
.BgClassName
{
background-color: #CBE41B;
}
</style>
border-color css
<style>
span { border-color: #CBE41B; }
span { border-color: rgb(203,228,27); }
td.TdClassName
{
border-color: #CBE41B;
}
.TagClassName
{
border-color: #CBE41B;
}
</style>