Shades of Pear #CBE83C
Tints of Pear #CBE83C
RGB
CMYK
RGB Variations
Color information
#CBE83C (or 0xCBE83C) is known color: Pear. HEX triplet: CB, E8 and 3C. RGB value is (203,232,60). Sum of RGB (Red+Green+Blue) = 203+232+60=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE83C is #3417C3. Grayscale: #CCCCCC. Windows color (decimal): -3413956 or 3991755. OLE color: 3991755.
HSL color Cylindrical-coordinate representation of color #CBE83C: hue angle of 70.12º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBE83C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 70.12º | 0.79% | 0.57% | - |
| HSV(B) | 70.12º | 0.74% | 0.91% | - |
| XYZ | 54.3 | 70.74 | 15.07 | - |
| YUV | 203.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 60 | 0.12 | 0 | 0.74 | 0.09 | 70.12 | 0.79 | 0.57 |
| Hex | CB | E8 | 3C | C | 0 | 4A | 9 | 46 | 4F | 39 |
| Octal | 313 | 350 | 74 | 14 | 0 | 112 | 11 | 106 | 117 | 71 |
| Binary | 11001011 | 11101000 | 111100 | 1100 | 0 | 1001010 | 1001 | 1000110 | 1001111 | 111001 |
Color Harmonies of #CBE83C
Complementary color
Monochromatic Colors of #CBE83C
Black with #CBE83C
Text Example
Text Example
White with #CBE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE83C; }
p { color: rgb(203,232,60); }
H1.HeaderClassName
{
color: #CBE83C;
}
.AnyTagClassName
{
color: #CBE83C;
}
</style>
background-color css
<style>
a { background-color: #CBE83C; }
a { background-color: rgb(203,232,60); }
div.DivClassName
{
background-color: #CBE83C;
}
.BgClassName
{
background-color: #CBE83C;
}
</style>
border-color css
<style>
span { border-color: #CBE83C; }
span { border-color: rgb(203,232,60); }
td.TdClassName
{
border-color: #CBE83C;
}
.TagClassName
{
border-color: #CBE83C;
}
</style>