Shades of Pear #CBE62D
Tints of Pear #CBE62D
RGB
CMYK
RGB Variations
Color information
#CBE62D (or 0xCBE62D) is known color: Pear. HEX triplet: CB, E6 and 2D. RGB value is (203,230,45). Sum of RGB (Red+Green+Blue) = 203+230+45=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE62D is #3419D2. Grayscale: #C9C9C9. Windows color (decimal): -3414483 or 3008203. OLE color: 3008203.
HSL color Cylindrical-coordinate representation of color #CBE62D: hue angle of 68.76º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBE62D is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 45 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.10 |
| HSL | 68.76º | 0.79% | 0.54% | - |
| HSV(B) | 68.76º | 0.8% | 0.9% | - |
| XYZ | 53.4 | 69.48 | 13.08 | - |
| YUV | 200.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 45 | 0.12 | 0 | 0.80 | 0.10 | 68.76 | 0.79 | 0.54 |
| Hex | CB | E6 | 2D | C | 0 | 50 | A | 45 | 4F | 36 |
| Octal | 313 | 346 | 55 | 14 | 0 | 120 | 12 | 105 | 117 | 66 |
| Binary | 11001011 | 11100110 | 101101 | 1100 | 0 | 1010000 | 1010 | 1000101 | 1001111 | 110110 |
Color Harmonies of #CBE62D
Complementary color
Monochromatic Colors of #CBE62D
Black with #CBE62D
Text Example
Text Example
White with #CBE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE62D; }
p { color: rgb(203,230,45); }
H1.HeaderClassName
{
color: #CBE62D;
}
.AnyTagClassName
{
color: #CBE62D;
}
</style>
background-color css
<style>
a { background-color: #CBE62D; }
a { background-color: rgb(203,230,45); }
div.DivClassName
{
background-color: #CBE62D;
}
.BgClassName
{
background-color: #CBE62D;
}
</style>
border-color css
<style>
span { border-color: #CBE62D; }
span { border-color: rgb(203,230,45); }
td.TdClassName
{
border-color: #CBE62D;
}
.TagClassName
{
border-color: #CBE62D;
}
</style>