Shades of Pear #CFE731
Tints of Pear #CFE731
RGB
CMYK
RGB Variations
Color information
#CFE731 (or 0xCFE731) is known color: Pear. HEX triplet: CF, E7 and 31. RGB value is (207,231,49). Sum of RGB (Red+Green+Blue) = 207+231+49=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE731 is #3018CE. Grayscale: #CBCBCB. Windows color (decimal): -3152079 or 3270607. OLE color: 3270607.
HSL color Cylindrical-coordinate representation of color #CFE731: hue angle of 67.91º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE731 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 49 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.09 |
| HSL | 67.91º | 0.79% | 0.55% | - |
| HSV(B) | 67.91º | 0.79% | 0.91% | - |
| XYZ | 54.86 | 70.64 | 13.65 | - |
| YUV | 203.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 49 | 0.10 | 0 | 0.79 | 0.09 | 67.91 | 0.79 | 0.55 |
| Hex | CF | E7 | 31 | A | 0 | 4F | 9 | 44 | 4F | 37 |
| Octal | 317 | 347 | 61 | 12 | 0 | 117 | 11 | 104 | 117 | 67 |
| Binary | 11001111 | 11100111 | 110001 | 1010 | 0 | 1001111 | 1001 | 1000100 | 1001111 | 110111 |
Color Harmonies of #CFE731
Complementary color
Monochromatic Colors of #CFE731
Black with #CFE731
Text Example
Text Example
White with #CFE731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE731; }
p { color: rgb(207,231,49); }
H1.HeaderClassName
{
color: #CFE731;
}
.AnyTagClassName
{
color: #CFE731;
}
</style>
background-color css
<style>
a { background-color: #CFE731; }
a { background-color: rgb(207,231,49); }
div.DivClassName
{
background-color: #CFE731;
}
.BgClassName
{
background-color: #CFE731;
}
</style>
border-color css
<style>
span { border-color: #CFE731; }
span { border-color: rgb(207,231,49); }
td.TdClassName
{
border-color: #CFE731;
}
.TagClassName
{
border-color: #CFE731;
}
</style>