Shades of Pear #CBE419
Tints of Pear #CBE419
RGB
CMYK
RGB Variations
Color information
#CBE419 (or 0xCBE419) is known color: Pear. HEX triplet: CB, E4 and 19. RGB value is (203,228,25). Sum of RGB (Red+Green+Blue) = 203+228+25=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE419 is #341BE6. Grayscale: #C6C6C6. Windows color (decimal): -3415015 or 1696971. OLE color: 1696971.
HSL color Cylindrical-coordinate representation of color #CBE419: hue angle of 67.39º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBE419 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 25 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.39º | 0.8% | 0.5% | - |
| HSV(B) | 67.39º | 0.89% | 0.89% | - |
| XYZ | 52.55 | 68.25 | 11.32 | - |
| YUV | 197.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 25 | 0.11 | 0 | 0.89 | 0.11 | 67.39 | 0.8 | 0.5 |
| Hex | CB | E4 | 19 | B | 0 | 59 | B | 43 | 50 | 32 |
| Octal | 313 | 344 | 31 | 13 | 0 | 131 | 13 | 103 | 120 | 62 |
| Binary | 11001011 | 11100100 | 11001 | 1011 | 0 | 1011001 | 1011 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CBE419
Complementary color
Monochromatic Colors of #CBE419
Black with #CBE419
Text Example
Text Example
White with #CBE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE419; }
p { color: rgb(203,228,25); }
H1.HeaderClassName
{
color: #CBE419;
}
.AnyTagClassName
{
color: #CBE419;
}
</style>
background-color css
<style>
a { background-color: #CBE419; }
a { background-color: rgb(203,228,25); }
div.DivClassName
{
background-color: #CBE419;
}
.BgClassName
{
background-color: #CBE419;
}
</style>
border-color css
<style>
span { border-color: #CBE419; }
span { border-color: rgb(203,228,25); }
td.TdClassName
{
border-color: #CBE419;
}
.TagClassName
{
border-color: #CBE419;
}
</style>