Shades of Pear #CBE61C
Tints of Pear #CBE61C
RGB
CMYK
RGB Variations
Color information
#CBE61C (or 0xCBE61C) is known color: Pear. HEX triplet: CB, E6 and 1C. RGB value is (203,230,28). Sum of RGB (Red+Green+Blue) = 203+230+28=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE61C is #3419E3. Grayscale: #C7C7C7. Windows color (decimal): -3414500 or 1894091. OLE color: 1894091.
HSL color Cylindrical-coordinate representation of color #CBE61C: hue angle of 68.02º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE61C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.10 |
| HSL | 68.02º | 0.8% | 0.51% | - |
| HSV(B) | 68.02º | 0.88% | 0.9% | - |
| XYZ | 53.14 | 69.37 | 11.69 | - |
| YUV | 198.9 | 31.55 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 28 | 0.12 | 0 | 0.88 | 0.10 | 68.02 | 0.8 | 0.51 |
| Hex | CB | E6 | 1C | C | 0 | 58 | A | 44 | 50 | 33 |
| Octal | 313 | 346 | 34 | 14 | 0 | 130 | 12 | 104 | 120 | 63 |
| Binary | 11001011 | 11100110 | 11100 | 1100 | 0 | 1011000 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CBE61C
Complementary color
Monochromatic Colors of #CBE61C
Black with #CBE61C
Text Example
Text Example
White with #CBE61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE61C; }
p { color: rgb(203,230,28); }
H1.HeaderClassName
{
color: #CBE61C;
}
.AnyTagClassName
{
color: #CBE61C;
}
</style>
background-color css
<style>
a { background-color: #CBE61C; }
a { background-color: rgb(203,230,28); }
div.DivClassName
{
background-color: #CBE61C;
}
.BgClassName
{
background-color: #CBE61C;
}
</style>
border-color css
<style>
span { border-color: #CBE61C; }
span { border-color: rgb(203,230,28); }
td.TdClassName
{
border-color: #CBE61C;
}
.TagClassName
{
border-color: #CBE61C;
}
</style>