Shades of Pear #CBE319
Tints of Pear #CBE319
RGB
CMYK
RGB Variations
Color information
#CBE319 (or 0xCBE319) is known color: Pear. HEX triplet: CB, E3 and 19. RGB value is (203,227,25). Sum of RGB (Red+Green+Blue) = 203+227+25=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE319 is #341CE6. Grayscale: #C5C5C5. Windows color (decimal): -3415271 or 1696715. OLE color: 1696715.
HSL color Cylindrical-coordinate representation of color #CBE319: hue angle of 67.13º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBE319 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 25 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.13º | 0.8% | 0.49% | - |
| HSV(B) | 67.13º | 0.89% | 0.89% | - |
| XYZ | 52.27 | 67.7 | 11.23 | - |
| YUV | 196.8 | 31.05 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 25 | 0.11 | 0 | 0.89 | 0.11 | 67.13 | 0.8 | 0.49 |
| Hex | CB | E3 | 19 | B | 0 | 59 | B | 43 | 50 | 31 |
| Octal | 313 | 343 | 31 | 13 | 0 | 131 | 13 | 103 | 120 | 61 |
| Binary | 11001011 | 11100011 | 11001 | 1011 | 0 | 1011001 | 1011 | 1000011 | 1010000 | 110001 |
Color Harmonies of #CBE319
Complementary color
Monochromatic Colors of #CBE319
Black with #CBE319
Text Example
Text Example
White with #CBE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE319; }
p { color: rgb(203,227,25); }
H1.HeaderClassName
{
color: #CBE319;
}
.AnyTagClassName
{
color: #CBE319;
}
</style>
background-color css
<style>
a { background-color: #CBE319; }
a { background-color: rgb(203,227,25); }
div.DivClassName
{
background-color: #CBE319;
}
.BgClassName
{
background-color: #CBE319;
}
</style>
border-color css
<style>
span { border-color: #CBE319; }
span { border-color: rgb(203,227,25); }
td.TdClassName
{
border-color: #CBE319;
}
.TagClassName
{
border-color: #CBE319;
}
</style>