Shades of Pear #CBF631
Tints of Pear #CBF631
RGB
CMYK
RGB Variations
Color information
#CBF631 (or 0xCBF631) is known color: Pear. HEX triplet: CB, F6 and 31. RGB value is (203,246,49). Sum of RGB (Red+Green+Blue) = 203+246+49=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF631 is #3409CE. Grayscale: #D3D3D3. Windows color (decimal): -3410383 or 3274443. OLE color: 3274443.
HSL color Cylindrical-coordinate representation of color #CBF631: hue angle of 73.1º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF631 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.04 |
| HSL | 73.1º | 0.92% | 0.58% | - |
| HSV(B) | 73.1º | 0.8% | 0.96% | - |
| XYZ | 58.14 | 78.83 | 15.06 | - |
| YUV | 210.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 49 | 0.17 | 0 | 0.80 | 0.04 | 73.1 | 0.92 | 0.58 |
| Hex | CB | F6 | 31 | 11 | 0 | 50 | 4 | 49 | 5C | 3A |
| Octal | 313 | 366 | 61 | 21 | 0 | 120 | 4 | 111 | 134 | 72 |
| Binary | 11001011 | 11110110 | 110001 | 10001 | 0 | 1010000 | 100 | 1001001 | 1011100 | 111010 |
Color Harmonies of #CBF631
Complementary color
Monochromatic Colors of #CBF631
Black with #CBF631
Text Example
Text Example
White with #CBF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF631; }
p { color: rgb(203,246,49); }
H1.HeaderClassName
{
color: #CBF631;
}
.AnyTagClassName
{
color: #CBF631;
}
</style>
background-color css
<style>
a { background-color: #CBF631; }
a { background-color: rgb(203,246,49); }
div.DivClassName
{
background-color: #CBF631;
}
.BgClassName
{
background-color: #CBF631;
}
</style>
border-color css
<style>
span { border-color: #CBF631; }
span { border-color: rgb(203,246,49); }
td.TdClassName
{
border-color: #CBF631;
}
.TagClassName
{
border-color: #CBF631;
}
</style>