Shades of Pear #CBE61E
Tints of Pear #CBE61E
RGB
CMYK
RGB Variations
Color information
#CBE61E (or 0xCBE61E) is known color: Pear. HEX triplet: CB, E6 and 1E. RGB value is (203,230,30). Sum of RGB (Red+Green+Blue) = 203+230+30=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE61E is #3419E1. Grayscale: #C7C7C7. Windows color (decimal): -3414498 or 2025163. OLE color: 2025163.
HSL color Cylindrical-coordinate representation of color #CBE61E: hue angle of 68.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBE61E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 30 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.10 |
| HSL | 68.1º | 0.8% | 0.51% | - |
| HSV(B) | 68.1º | 0.87% | 0.9% | - |
| XYZ | 53.16 | 69.38 | 11.82 | - |
| YUV | 199.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 30 | 0.12 | 0 | 0.87 | 0.10 | 68.1 | 0.8 | 0.51 |
| Hex | CB | E6 | 1E | C | 0 | 57 | A | 44 | 50 | 33 |
| Octal | 313 | 346 | 36 | 14 | 0 | 127 | 12 | 104 | 120 | 63 |
| Binary | 11001011 | 11100110 | 11110 | 1100 | 0 | 1010111 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CBE61E
Complementary color
Monochromatic Colors of #CBE61E
Black with #CBE61E
Text Example
Text Example
White with #CBE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE61E; }
p { color: rgb(203,230,30); }
H1.HeaderClassName
{
color: #CBE61E;
}
.AnyTagClassName
{
color: #CBE61E;
}
</style>
background-color css
<style>
a { background-color: #CBE61E; }
a { background-color: rgb(203,230,30); }
div.DivClassName
{
background-color: #CBE61E;
}
.BgClassName
{
background-color: #CBE61E;
}
</style>
border-color css
<style>
span { border-color: #CBE61E; }
span { border-color: rgb(203,230,30); }
td.TdClassName
{
border-color: #CBE61E;
}
.TagClassName
{
border-color: #CBE61E;
}
</style>