Shades of Pear #CBE225
Tints of Pear #CBE225
RGB
CMYK
RGB Variations
Color information
#CBE225 (or 0xCBE225) is known color: Pear. HEX triplet: CB, E2 and 25. RGB value is (203,226,37). Sum of RGB (Red+Green+Blue) = 203+226+37=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE225 is #341DDA. Grayscale: #C6C6C6. Windows color (decimal): -3415515 or 2482891. OLE color: 2482891.
HSL color Cylindrical-coordinate representation of color #CBE225: hue angle of 67.3º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBE225 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 37 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.11 |
| HSL | 67.3º | 0.77% | 0.52% | - |
| HSV(B) | 67.3º | 0.84% | 0.89% | - |
| XYZ | 52.16 | 67.22 | 11.98 | - |
| YUV | 197.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 37 | 0.10 | 0 | 0.84 | 0.11 | 67.3 | 0.77 | 0.52 |
| Hex | CB | E2 | 25 | A | 0 | 54 | B | 43 | 4D | 34 |
| Octal | 313 | 342 | 45 | 12 | 0 | 124 | 13 | 103 | 115 | 64 |
| Binary | 11001011 | 11100010 | 100101 | 1010 | 0 | 1010100 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CBE225
Complementary color
Monochromatic Colors of #CBE225
Black with #CBE225
Text Example
Text Example
White with #CBE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE225; }
p { color: rgb(203,226,37); }
H1.HeaderClassName
{
color: #CBE225;
}
.AnyTagClassName
{
color: #CBE225;
}
</style>
background-color css
<style>
a { background-color: #CBE225; }
a { background-color: rgb(203,226,37); }
div.DivClassName
{
background-color: #CBE225;
}
.BgClassName
{
background-color: #CBE225;
}
</style>
border-color css
<style>
span { border-color: #CBE225; }
span { border-color: rgb(203,226,37); }
td.TdClassName
{
border-color: #CBE225;
}
.TagClassName
{
border-color: #CBE225;
}
</style>