Shades of Pear #CBE034
Tints of Pear #CBE034
RGB
CMYK
RGB Variations
Color information
#CBE034 (or 0xCBE034) is known color: Pear. HEX triplet: CB, E0 and 34. RGB value is (203,224,52). Sum of RGB (Red+Green+Blue) = 203+224+52=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE034 is #341FCB. Grayscale: #C6C6C6. Windows color (decimal): -3416012 or 3465419. OLE color: 3465419.
HSL color Cylindrical-coordinate representation of color #CBE034: hue angle of 67.33º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBE034 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 52 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.12 |
| HSL | 67.33º | 0.74% | 0.54% | - |
| HSV(B) | 67.33º | 0.77% | 0.88% | - |
| XYZ | 51.9 | 66.26 | 13.3 | - |
| YUV | 198.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 52 | 0.09 | 0 | 0.77 | 0.12 | 67.33 | 0.74 | 0.54 |
| Hex | CB | E0 | 34 | 9 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 313 | 340 | 64 | 11 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001011 | 11100000 | 110100 | 1001 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CBE034
Complementary color
Monochromatic Colors of #CBE034
Black with #CBE034
Text Example
Text Example
White with #CBE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE034; }
p { color: rgb(203,224,52); }
H1.HeaderClassName
{
color: #CBE034;
}
.AnyTagClassName
{
color: #CBE034;
}
</style>
background-color css
<style>
a { background-color: #CBE034; }
a { background-color: rgb(203,224,52); }
div.DivClassName
{
background-color: #CBE034;
}
.BgClassName
{
background-color: #CBE034;
}
</style>
border-color css
<style>
span { border-color: #CBE034; }
span { border-color: rgb(203,224,52); }
td.TdClassName
{
border-color: #CBE034;
}
.TagClassName
{
border-color: #CBE034;
}
</style>