Shades of Pear #CBE234
Tints of Pear #CBE234
RGB
CMYK
RGB Variations
Color information
#CBE234 (or 0xCBE234) is known color: Pear. HEX triplet: CB, E2 and 34. RGB value is (203,226,52). Sum of RGB (Red+Green+Blue) = 203+226+52=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE234 is #341DCB. Grayscale: #C7C7C7. Windows color (decimal): -3415500 or 3465931. OLE color: 3465931.
HSL color Cylindrical-coordinate representation of color #CBE234: hue angle of 67.93º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBE234 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 52 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.11 |
| HSL | 67.93º | 0.75% | 0.55% | - |
| HSV(B) | 67.93º | 0.77% | 0.89% | - |
| XYZ | 52.44 | 67.34 | 13.48 | - |
| YUV | 199.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 52 | 0.10 | 0 | 0.77 | 0.11 | 67.93 | 0.75 | 0.55 |
| Hex | CB | E2 | 34 | A | 0 | 4D | B | 44 | 4B | 37 |
| Octal | 313 | 342 | 64 | 12 | 0 | 115 | 13 | 104 | 113 | 67 |
| Binary | 11001011 | 11100010 | 110100 | 1010 | 0 | 1001101 | 1011 | 1000100 | 1001011 | 110111 |
Color Harmonies of #CBE234
Complementary color
Monochromatic Colors of #CBE234
Black with #CBE234
Text Example
Text Example
White with #CBE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE234; }
p { color: rgb(203,226,52); }
H1.HeaderClassName
{
color: #CBE234;
}
.AnyTagClassName
{
color: #CBE234;
}
</style>
background-color css
<style>
a { background-color: #CBE234; }
a { background-color: rgb(203,226,52); }
div.DivClassName
{
background-color: #CBE234;
}
.BgClassName
{
background-color: #CBE234;
}
</style>
border-color css
<style>
span { border-color: #CBE234; }
span { border-color: rgb(203,226,52); }
td.TdClassName
{
border-color: #CBE234;
}
.TagClassName
{
border-color: #CBE234;
}
</style>