Shades of Pear #CBE827
Tints of Pear #CBE827
RGB
CMYK
RGB Variations
Color information
#CBE827 (or 0xCBE827) is known color: Pear. HEX triplet: CB, E8 and 27. RGB value is (203,232,39). Sum of RGB (Red+Green+Blue) = 203+232+39=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE827 is #3417D8. Grayscale: #CACACA. Windows color (decimal): -3413977 or 2615499. OLE color: 2615499.
HSL color Cylindrical-coordinate representation of color #CBE827: hue angle of 69.02º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBE827 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 39 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.09 |
| HSL | 69.02º | 0.81% | 0.53% | - |
| HSV(B) | 69.02º | 0.83% | 0.91% | - |
| XYZ | 53.85 | 70.56 | 12.7 | - |
| YUV | 201.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 39 | 0.12 | 0 | 0.83 | 0.09 | 69.02 | 0.81 | 0.53 |
| Hex | CB | E8 | 27 | C | 0 | 53 | 9 | 45 | 51 | 35 |
| Octal | 313 | 350 | 47 | 14 | 0 | 123 | 11 | 105 | 121 | 65 |
| Binary | 11001011 | 11101000 | 100111 | 1100 | 0 | 1010011 | 1001 | 1000101 | 1010001 | 110101 |
Color Harmonies of #CBE827
Complementary color
Monochromatic Colors of #CBE827
Black with #CBE827
Text Example
Text Example
White with #CBE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE827; }
p { color: rgb(203,232,39); }
H1.HeaderClassName
{
color: #CBE827;
}
.AnyTagClassName
{
color: #CBE827;
}
</style>
background-color css
<style>
a { background-color: #CBE827; }
a { background-color: rgb(203,232,39); }
div.DivClassName
{
background-color: #CBE827;
}
.BgClassName
{
background-color: #CBE827;
}
</style>
border-color css
<style>
span { border-color: #CBE827; }
span { border-color: rgb(203,232,39); }
td.TdClassName
{
border-color: #CBE827;
}
.TagClassName
{
border-color: #CBE827;
}
</style>