Shades of Pear #CFE131
Tints of Pear #CFE131
RGB
CMYK
RGB Variations
Color information
#CFE131 (or 0xCFE131) is known color: Pear. HEX triplet: CF, E1 and 31. RGB value is (207,225,49). Sum of RGB (Red+Green+Blue) = 207+225+49=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE131 is #301ECE. Grayscale: #C8C8C8. Windows color (decimal): -3153615 or 3269071. OLE color: 3269071.
HSL color Cylindrical-coordinate representation of color #CFE131: hue angle of 66.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE131 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.12 |
| HSL | 66.14º | 0.75% | 0.54% | - |
| HSV(B) | 66.14º | 0.78% | 0.88% | - |
| XYZ | 53.21 | 67.34 | 13.1 | - |
| YUV | 199.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 49 | 0.08 | 0 | 0.78 | 0.12 | 66.14 | 0.75 | 0.54 |
| Hex | CF | E1 | 31 | 8 | 0 | 4E | C | 42 | 4B | 36 |
| Octal | 317 | 341 | 61 | 10 | 0 | 116 | 14 | 102 | 113 | 66 |
| Binary | 11001111 | 11100001 | 110001 | 1000 | 0 | 1001110 | 1100 | 1000010 | 1001011 | 110110 |
Color Harmonies of #CFE131
Complementary color
Monochromatic Colors of #CFE131
Black with #CFE131
Text Example
Text Example
White with #CFE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE131; }
p { color: rgb(207,225,49); }
H1.HeaderClassName
{
color: #CFE131;
}
.AnyTagClassName
{
color: #CFE131;
}
</style>
background-color css
<style>
a { background-color: #CFE131; }
a { background-color: rgb(207,225,49); }
div.DivClassName
{
background-color: #CFE131;
}
.BgClassName
{
background-color: #CFE131;
}
</style>
border-color css
<style>
span { border-color: #CFE131; }
span { border-color: rgb(207,225,49); }
td.TdClassName
{
border-color: #CFE131;
}
.TagClassName
{
border-color: #CFE131;
}
</style>