Shades of Pear #CBE127
Tints of Pear #CBE127
RGB
CMYK
RGB Variations
Color information
#CBE127 (or 0xCBE127) is known color: Pear. HEX triplet: CB, E1 and 27. RGB value is (203,225,39). Sum of RGB (Red+Green+Blue) = 203+225+39=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE127 is #341ED8. Grayscale: #C5C5C5. Windows color (decimal): -3415769 or 2613707. OLE color: 2613707.
HSL color Cylindrical-coordinate representation of color #CBE127: hue angle of 67.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBE127 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 39 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.12 |
| HSL | 67.1º | 0.76% | 0.52% | - |
| HSV(B) | 67.1º | 0.83% | 0.88% | - |
| XYZ | 51.92 | 66.69 | 12.06 | - |
| YUV | 197.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 39 | 0.10 | 0 | 0.83 | 0.12 | 67.1 | 0.76 | 0.52 |
| Hex | CB | E1 | 27 | A | 0 | 53 | C | 43 | 4C | 34 |
| Octal | 313 | 341 | 47 | 12 | 0 | 123 | 14 | 103 | 114 | 64 |
| Binary | 11001011 | 11100001 | 100111 | 1010 | 0 | 1010011 | 1100 | 1000011 | 1001100 | 110100 |
Color Harmonies of #CBE127
Complementary color
Monochromatic Colors of #CBE127
Black with #CBE127
Text Example
Text Example
White with #CBE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE127; }
p { color: rgb(203,225,39); }
H1.HeaderClassName
{
color: #CBE127;
}
.AnyTagClassName
{
color: #CBE127;
}
</style>
background-color css
<style>
a { background-color: #CBE127; }
a { background-color: rgb(203,225,39); }
div.DivClassName
{
background-color: #CBE127;
}
.BgClassName
{
background-color: #CBE127;
}
</style>
border-color css
<style>
span { border-color: #CBE127; }
span { border-color: rgb(203,225,39); }
td.TdClassName
{
border-color: #CBE127;
}
.TagClassName
{
border-color: #CBE127;
}
</style>